Shades of Goldenrod #CEDC76
Tints of Goldenrod #CEDC76
RGB
CMYK
RGB Variations
Color information
#CEDC76 (or 0xCEDC76) is known color: 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
| RGB | 206 | 220 | 118 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.14 |
| HSL | 68.24º | 0.59% | 0.66% | - |
| HSV(B) | 68.24º | 0.46% | 0.86% | - |
| XYZ | 54.32 | 65.62 | 26.94 | - |
| YUV | 204.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 118 | 0.06 | 0 | 0.46 | 0.14 | 68.24 | 0.59 | 0.66 |
| Hex | CE | DC | 76 | 6 | 0 | 2E | E | 44 | 3B | 42 |
| Octal | 316 | 334 | 166 | 6 | 0 | 56 | 16 | 104 | 73 | 102 |
| Binary | 11001110 | 11011100 | 1110110 | 110 | 0 | 101110 | 1110 | 1000100 | 111011 | 1000010 |
Color Harmonies of #CEDC76
Complementary color
Monochromatic Colors of #CEDC76
Black with #CEDC76
Text Example
Text Example
White with #CEDC76
Text Example
Text Example
HTML Codes & Css Web 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>