#CEDC76

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

Shades of Goldenrod #CEDC76

Tints of Goldenrod #CEDC76

Color information

#CEDC76 (or 0xCEDC76) is unknown color: approx Goldenrod. HEX triplet: CE, DC and 76. RGB value is (206,220,118). Sum of RGB (Red+Green+Blue) = 206+220+118=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC76 is #312389. Grayscale: #CCCCCC. Windows color (decimal): -3220362 or 7789774. OLE color: 7789774.

HSL color Cylindrical-coordinate representation of color #CEDC76: hue angle of 68.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEDC76 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB206220118-
CMYK0.0600.460.14
HSL68.24º59.3%66.27%-
HSV(B)68.24º46.36%86.27%-
XYZ54.3265.6226.94-
YUV204.1979.36129.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 118 (46.48% from 255) = 21.69%
R=37.87%
G=40.44%
B=21.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201180.0600.460.1468.2459.366.27
HexCEDC76602EE443b42
Octal31633416660561610473102
Binary110011101101110011101101100101110111010001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC76; }

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

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

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

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

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

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

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

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