#CEDD76

Color #CEDD76 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CEDD76

Tints of Goldenrod #CEDD76

Color information

#CEDD76 (or 0xCEDD76) is unknown color: approx Goldenrod. HEX triplet: CE, DD and 76. RGB value is (206,221,118). Sum of RGB (Red+Green+Blue) = 206+221+118=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD76 is #312289. Grayscale: #CDCDCD. Windows color (decimal): -3220106 or 7790030. OLE color: 7790030.

HSL color Cylindrical-coordinate representation of color #CEDD76: hue angle of 68.74º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDD76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB206221118-
CMYK0.0700.470.13
HSL68.74º60.23%66.47%-
HSV(B)68.74º46.61%86.67%-
XYZ54.5866.1427.03-
YUV204.7779.03128.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=37.80%
G=40.55%
B=21.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211180.0700.470.1368.7460.2366.47
HexCEDD76702FD453c42
Octal31633516670571510574102
Binary110011101101110111101101110101111110110001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD76; }

 p { color: rgb(206,221,118); }

 H1.HeaderClassName
 {
   color: #CEDD76;
 }
 .AnyTagClassName
 {
   color: #CEDD76;
 }
</style>
background-color css

<style>
 a { background-color: #CEDD76; }

 a { background-color: rgb(206,221,118); }

 div.DivClassName
 {
   background-color: #CEDD76;
 }
 .BgClassName
 {
   background-color: #CEDD76;
 }
</style>
border-color css

<style>
 span { border-color: #CEDD76; }

 span { border-color: rgb(206,221,118); }

 td.TdClassName
 {
   border-color: #CEDD76;
 }
 .TagClassName
 {
   border-color: #CEDD76;
 }
</style>