Shades of Goldenrod #CED168
Tints of Goldenrod #CED168
RGB
CMYK
RGB Variations
Color information
#CED168 (or 0xCED168) is known color: Goldenrod. HEX triplet: CE, D1 and 68. RGB value is (206,209,104). Sum of RGB (Red+Green+Blue) = 206+209+104=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #CED168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED168 is #312E97. Grayscale: #C4C4C4. Windows color (decimal): -3223192 or 6869454. OLE color: 6869454.
HSL color Cylindrical-coordinate representation of color #CED168: hue angle of 61.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED168 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 104 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.18 |
| HSL | 61.71º | 0.53% | 0.61% | - |
| HSV(B) | 61.71º | 0.5% | 0.82% | - |
| XYZ | 50.75 | 59.72 | 21.95 | - |
| YUV | 196.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 104 | 0.01 | 0 | 0.50 | 0.18 | 61.71 | 0.53 | 0.61 |
| Hex | CE | D1 | 68 | 1 | 0 | 32 | 12 | 3E | 35 | 3D |
| Octal | 316 | 321 | 150 | 1 | 0 | 62 | 22 | 76 | 65 | 75 |
| Binary | 11001110 | 11010001 | 1101000 | 1 | 0 | 110010 | 10010 | 111110 | 110101 | 111101 |
Color Harmonies of #CED168
Complementary color
Monochromatic Colors of #CED168
Black with #CED168
Text Example
Text Example
White with #CED168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED168; }
p { color: rgb(206,209,104); }
H1.HeaderClassName
{
color: #CED168;
}
.AnyTagClassName
{
color: #CED168;
}
</style>
background-color css
<style>
a { background-color: #CED168; }
a { background-color: rgb(206,209,104); }
div.DivClassName
{
background-color: #CED168;
}
.BgClassName
{
background-color: #CED168;
}
</style>
border-color css
<style>
span { border-color: #CED168; }
span { border-color: rgb(206,209,104); }
td.TdClassName
{
border-color: #CED168;
}
.TagClassName
{
border-color: #CED168;
}
</style>