Shades of Goldenrod #CED86C
Tints of Goldenrod #CED86C
RGB
CMYK
RGB Variations
Color information
#CED86C (or 0xCED86C) is known color: Goldenrod. HEX triplet: CE, D8 and 6C. RGB value is (206,216,108). Sum of RGB (Red+Green+Blue) = 206+216+108=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86C is #312793. Grayscale: #C9C9C9. Windows color (decimal): -3221396 or 7133390. OLE color: 7133390.
HSL color Cylindrical-coordinate representation of color #CED86C: hue angle of 65.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED86C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 108 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.15 |
| HSL | 65.56º | 0.58% | 0.64% | - |
| HSV(B) | 65.56º | 0.5% | 0.85% | - |
| XYZ | 52.72 | 63.32 | 23.63 | - |
| YUV | 200.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 108 | 0.05 | 0 | 0.50 | 0.15 | 65.56 | 0.58 | 0.64 |
| Hex | CE | D8 | 6C | 5 | 0 | 32 | F | 42 | 3A | 40 |
| Octal | 316 | 330 | 154 | 5 | 0 | 62 | 17 | 102 | 72 | 100 |
| Binary | 11001110 | 11011000 | 1101100 | 101 | 0 | 110010 | 1111 | 1000010 | 111010 | 1000000 |
Color Harmonies of #CED86C
Complementary color
Monochromatic Colors of #CED86C
Black with #CED86C
Text Example
Text Example
White with #CED86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED86C; }
p { color: rgb(206,216,108); }
H1.HeaderClassName
{
color: #CED86C;
}
.AnyTagClassName
{
color: #CED86C;
}
</style>
background-color css
<style>
a { background-color: #CED86C; }
a { background-color: rgb(206,216,108); }
div.DivClassName
{
background-color: #CED86C;
}
.BgClassName
{
background-color: #CED86C;
}
</style>
border-color css
<style>
span { border-color: #CED86C; }
span { border-color: rgb(206,216,108); }
td.TdClassName
{
border-color: #CED86C;
}
.TagClassName
{
border-color: #CED86C;
}
</style>