Shades of Goldenrod #CEDB76
Tints of Goldenrod #CEDB76
RGB
CMYK
RGB Variations
Color information
#CEDB76 (or 0xCEDB76) is known color: Goldenrod. HEX triplet: CE, DB and 76. RGB value is (206,219,118). Sum of RGB (Red+Green+Blue) = 206+219+118=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB76 is #312489. Grayscale: #CBCBCB. Windows color (decimal): -3220618 or 7789518. OLE color: 7789518.
HSL color Cylindrical-coordinate representation of color #CEDB76: hue angle of 67.72º degrees, saturation: 0.58, 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 #CEDB76 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 118 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.14 |
| HSL | 67.72º | 0.58% | 0.66% | - |
| HSV(B) | 67.72º | 0.46% | 0.86% | - |
| XYZ | 54.06 | 65.09 | 26.85 | - |
| YUV | 203.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 118 | 0.06 | 0 | 0.46 | 0.14 | 67.72 | 0.58 | 0.66 |
| Hex | CE | DB | 76 | 6 | 0 | 2E | E | 44 | 3A | 42 |
| Octal | 316 | 333 | 166 | 6 | 0 | 56 | 16 | 104 | 72 | 102 |
| Binary | 11001110 | 11011011 | 1110110 | 110 | 0 | 101110 | 1110 | 1000100 | 111010 | 1000010 |
Color Harmonies of #CEDB76
Complementary color
Monochromatic Colors of #CEDB76
Black with #CEDB76
Text Example
Text Example
White with #CEDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB76; }
p { color: rgb(206,219,118); }
H1.HeaderClassName
{
color: #CEDB76;
}
.AnyTagClassName
{
color: #CEDB76;
}
</style>
background-color css
<style>
a { background-color: #CEDB76; }
a { background-color: rgb(206,219,118); }
div.DivClassName
{
background-color: #CEDB76;
}
.BgClassName
{
background-color: #CEDB76;
}
</style>
border-color css
<style>
span { border-color: #CEDB76; }
span { border-color: rgb(206,219,118); }
td.TdClassName
{
border-color: #CEDB76;
}
.TagClassName
{
border-color: #CEDB76;
}
</style>