COLOR #FFDB76

HEX: #FFDB76
RGB: (255,219,118)

Color info

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

RGB color model

#FFDB76 color RGB value is (255,219,118).

  • red value is 255;
  • green value is 219;
  • blue value is 118.
RGB:
(255,219,118)
(100%,86%,46%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 118 of 255 = 46%

255
219
118

R + G + B ~ 77%. #FFDB76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 118 = 592 (100%)
R 255 of 592 ~ 43.07%
G 219 of 592 ~ 36.99%
B 118 of 592 ~ 19.93%

%43.07
%36.99
%19.93

CMYK color model

#FFDB76 color CMYK value is (0,14,54,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 53.73%
  • key color value is 0.00%
CMYK:
(0,14,54,0)
C0M14Y54K0 
(0%,14%,54%,0%)
(0.00/0.14/0.54/0.00)	

CMYK percentages

%0
%14.12
%53.73
%0

Codes

Color #FFDB76 in popluar color models

FFDB76
RGB255219118
HSL44°100.00%73.14%
HSB/HSV44°53.73%100.00%
CMYK0.00%14.12%53.73%
0.00%

Color #FFDB76 in popluar number systems.

HEXFFDB76
Decimal255219118
Binary11111111110110111110110
Octal377333166

Shades and tints

Shades of #FFDB76

#FFDB76
(255,219,118)
#E8C86C
(232,200,108)
#D1B562
(209,181,98)
#BAA258
(186,162,88)
#A38F4E
(163,143,78)
#8C7C44
(140,124,68)
#75693A
(117,105,58)
#5E5630
(94,86,48)
#474326
(71,67,38)
#30301C
(48,48,28)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #FFDB76

#FFDB76
(255,219,118)
#FFDE82
(255,222,130)
#FFE18E
(255,225,142)
#FFE49A
(255,228,154)
#FFE7A6
(255,231,166)
#FFEAB2
(255,234,178)
#FFEDBE
(255,237,190)
#FFF0CA
(255,240,202)
#FFF3D6
(255,243,214)
#FFF6E2
(255,246,226)
#FFF9EE
(255,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDB76 color. Also use rgb(255,219,118) instead hex code.

Text Font Color

.myTextColor { color: #FFDB76; }

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

This text font color is #FFDB76.


Background Color

.myBgColor { background-color: #FFDB76; }

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

This div background color is #FFDB76.


Border color

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

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

This div border color is #FFDB76.


Opacity

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

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

Text with #FFDB76 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 #FFDB76;}

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

This text has shadow with #FFDB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDB76 on black background.


Color preview on white background

This text has color #FFDB76 on white background.



Black color preview on #FFDB76 background

This text has black color on #FFDB76 background.


White color preview on #FFDB76 background

This text has white color on #FFDB76 background.