Shades of Goldenrod #CEDD76
Tints of Goldenrod #CEDD76
RGB
CMYK
RGB Variations
Color information
#CEDD76 (or 0xCEDD76) is known color: 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
| RGB | 206 | 221 | 118 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.13 |
| HSL | 68.74º | 0.6% | 0.66% | - |
| HSV(B) | 68.74º | 0.47% | 0.87% | - |
| XYZ | 54.58 | 66.14 | 27.03 | - |
| YUV | 204.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 118 | 0.07 | 0 | 0.47 | 0.13 | 68.74 | 0.6 | 0.66 |
| Hex | CE | DD | 76 | 7 | 0 | 2F | D | 45 | 3C | 42 |
| Octal | 316 | 335 | 166 | 7 | 0 | 57 | 15 | 105 | 74 | 102 |
| Binary | 11001110 | 11011101 | 1110110 | 111 | 0 | 101111 | 1101 | 1000101 | 111100 | 1000010 |
Color Harmonies of #CEDD76
Complementary color
Monochromatic Colors of #CEDD76
Black with #CEDD76
Text Example
Text Example
White with #CEDD76
Text Example
Text Example
HTML Codes & Css Web 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>