Shades of Goldenrod #CED16D
Tints of Goldenrod #CED16D
RGB
CMYK
RGB Variations
Color information
#CED16D (or 0xCED16D) is known color: Goldenrod. HEX triplet: CE, D1 and 6D. RGB value is (206,209,109). Sum of RGB (Red+Green+Blue) = 206+209+109=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #CED16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED16D is #312E92. Grayscale: #C5C5C5. Windows color (decimal): -3223187 or 7197134. OLE color: 7197134.
HSL color Cylindrical-coordinate representation of color #CED16D: hue angle of 61.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CED16D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 109 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.18 |
| HSL | 61.8º | 0.52% | 0.62% | - |
| HSV(B) | 61.8º | 0.48% | 0.82% | - |
| XYZ | 51.01 | 59.83 | 23.33 | - |
| YUV | 196.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 109 | 0.01 | 0 | 0.48 | 0.18 | 61.8 | 0.52 | 0.62 |
| Hex | CE | D1 | 6D | 1 | 0 | 30 | 12 | 3E | 34 | 3E |
| Octal | 316 | 321 | 155 | 1 | 0 | 60 | 22 | 76 | 64 | 76 |
| Binary | 11001110 | 11010001 | 1101101 | 1 | 0 | 110000 | 10010 | 111110 | 110100 | 111110 |
Color Harmonies of #CED16D
Complementary color
Monochromatic Colors of #CED16D
Black with #CED16D
Text Example
Text Example
White with #CED16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED16D; }
p { color: rgb(206,209,109); }
H1.HeaderClassName
{
color: #CED16D;
}
.AnyTagClassName
{
color: #CED16D;
}
</style>
background-color css
<style>
a { background-color: #CED16D; }
a { background-color: rgb(206,209,109); }
div.DivClassName
{
background-color: #CED16D;
}
.BgClassName
{
background-color: #CED16D;
}
</style>
border-color css
<style>
span { border-color: #CED16D; }
span { border-color: rgb(206,209,109); }
td.TdClassName
{
border-color: #CED16D;
}
.TagClassName
{
border-color: #CED16D;
}
</style>