COLOR #FFD766

HEX: #FFD766
RGB: (255,215,102)

Color info

#FFD766 contains mainly red and green colors. Web safe color of #FFD766 is #FFCC66 (or #FC6).

RGB color model

#FFD766 color RGB value is (255,215,102).

  • red value is 255;
  • green value is 215;
  • blue value is 102.
RGB:
(255,215,102)
(100%,84%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 102 of 255 = 40%

255
215
102

R + G + B ~ 75%. #FFD766 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 102 = 572 (100%)
R 255 of 572 ~ 44.58%
G 215 of 572 ~ 37.59%
B 102 of 572 ~ 17.83%

%44.58
%37.59
%17.83

CMYK color model

#FFD766 color CMYK value is (0,16,60,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 60.00%
  • key color value is 0.00%
CMYK:
(0,16,60,0)
C0M16Y60K0 
(0%,16%,60%,0%)
(0.00/0.16/0.60/0.00)	

CMYK percentages

%0
%15.69
%60
%0

Codes

Color #FFD766 in popluar color models

FFD766
RGB255215102
HSL44°100.00%70.00%
HSB/HSV44°60.00%100.00%
CMYK0.00%15.69%60.00%
0.00%

Color #FFD766 in popluar number systems.

HEXFFD766
Decimal255215102
Binary11111111110101111100110
Octal377327146

Shades and tints

Shades of #FFD766

#FFD766
(255,215,102)
#E8C45D
(232,196,93)
#D1B154
(209,177,84)
#BA9E4B
(186,158,75)
#A38B42
(163,139,66)
#8C7839
(140,120,57)
#756530
(117,101,48)
#5E5227
(94,82,39)
#473F1E
(71,63,30)
#302C15
(48,44,21)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #FFD766

#FFD766
(255,215,102)
#FFDA73
(255,218,115)
#FFDD80
(255,221,128)
#FFE08D
(255,224,141)
#FFE39A
(255,227,154)
#FFE6A7
(255,230,167)
#FFE9B4
(255,233,180)
#FFECC1
(255,236,193)
#FFEFCE
(255,239,206)
#FFF2DB
(255,242,219)
#FFF5E8
(255,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD766 color. Also use rgb(255,215,102) instead hex code.

Text Font Color

.myTextColor { color: #FFD766; }

<p style="color:#FFD766">This sample text font color is #FFD766.</p>

This text font color is #FFD766.


Background Color

.myBgColor { background-color: #FFD766; }

<div style="background-color:#FFD766">Inner text</div>

This div background color is #FFD766.


Border color

.myBorderColor { border: 1px solid #FFD766; }

<div style="border:3px solid #FFD766">Div</div>

This div border color is #FFD766.


Opacity

.myOpacity80 { color: #FFD766; opacity: 0.8; }

<p style="color:#FFD766;opacity:0.8;">80%</p>

Text with #FFD766 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFD766;}

<p style="text-shadow: 3px 3px 1px #FFD766">Text here.</p>

This text has shadow with #FFD766 color.

.textShadow {text-shadow: 3px 3px 1px #FFD766, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFD766, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFD766 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFD766, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFD766, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFD766 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFD766;
  -webkit-box-shadow:	1px 1px 3px 2px #FFD766;
  box-shadow:		1px 1px 3px 2px #FFD766;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFD766;
-webkit-box-shadow: 1px 1px 3px 2px #FFD766;
box-shadow:1px 1px 3px 2px #FFD766;">
Div content here</div>
This div box has shadow with color #FFD766.

Preview

Color preview on black background

This text has color #FFD766 on black background.


Color preview on white background

This text has color #FFD766 on white background.



Black color preview on #FFD766 background

This text has black color on #FFD766 background.


White color preview on #FFD766 background

This text has white color on #FFD766 background.