Shades of Goldenrod #CED16F
Tints of Goldenrod #CED16F
RGB
CMYK
RGB Variations
Color information
#CED16F (or 0xCED16F) is known color: Goldenrod. HEX triplet: CE, D1 and 6F. RGB value is (206,209,111). Sum of RGB (Red+Green+Blue) = 206+209+111=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CED16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED16F is #312E90. Grayscale: #C5C5C5. Windows color (decimal): -3223185 or 7328206. OLE color: 7328206.
HSL color Cylindrical-coordinate representation of color #CED16F: hue angle of 61.84º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED16F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 111 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.18 |
| HSL | 61.84º | 0.52% | 0.63% | - |
| HSV(B) | 61.84º | 0.47% | 0.82% | - |
| XYZ | 51.12 | 59.87 | 23.9 | - |
| YUV | 196.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 111 | 0.01 | 0 | 0.47 | 0.18 | 61.84 | 0.52 | 0.63 |
| Hex | CE | D1 | 6F | 1 | 0 | 2F | 12 | 3E | 34 | 3F |
| Octal | 316 | 321 | 157 | 1 | 0 | 57 | 22 | 76 | 64 | 77 |
| Binary | 11001110 | 11010001 | 1101111 | 1 | 0 | 101111 | 10010 | 111110 | 110100 | 111111 |
Color Harmonies of #CED16F
Complementary color
Monochromatic Colors of #CED16F
Black with #CED16F
Text Example
Text Example
White with #CED16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED16F; }
p { color: rgb(206,209,111); }
H1.HeaderClassName
{
color: #CED16F;
}
.AnyTagClassName
{
color: #CED16F;
}
</style>
background-color css
<style>
a { background-color: #CED16F; }
a { background-color: rgb(206,209,111); }
div.DivClassName
{
background-color: #CED16F;
}
.BgClassName
{
background-color: #CED16F;
}
</style>
border-color css
<style>
span { border-color: #CED16F; }
span { border-color: rgb(206,209,111); }
td.TdClassName
{
border-color: #CED16F;
}
.TagClassName
{
border-color: #CED16F;
}
</style>