Shades of Goldenrod #CED366
Tints of Goldenrod #CED366
RGB
CMYK
RGB Variations
Color information
#CED366 (or 0xCED366) is known color: Goldenrod. HEX triplet: CE, D3 and 66. RGB value is (206,211,102). Sum of RGB (Red+Green+Blue) = 206+211+102=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #CED366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED366 is #312C99. Grayscale: #C5C5C5. Windows color (decimal): -3222682 or 6738894. OLE color: 6738894.
HSL color Cylindrical-coordinate representation of color #CED366: hue angle of 62.75º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED366 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 102 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.17 |
| HSL | 62.75º | 0.55% | 0.61% | - |
| HSV(B) | 62.75º | 0.52% | 0.83% | - |
| XYZ | 51.15 | 60.67 | 21.59 | - |
| YUV | 197.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 102 | 0.02 | 0 | 0.52 | 0.17 | 62.75 | 0.55 | 0.61 |
| Hex | CE | D3 | 66 | 2 | 0 | 34 | 11 | 3F | 37 | 3D |
| Octal | 316 | 323 | 146 | 2 | 0 | 64 | 21 | 77 | 67 | 75 |
| Binary | 11001110 | 11010011 | 1100110 | 10 | 0 | 110100 | 10001 | 111111 | 110111 | 111101 |
Color Harmonies of #CED366
Complementary color
Monochromatic Colors of #CED366
Black with #CED366
Text Example
Text Example
White with #CED366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED366; }
p { color: rgb(206,211,102); }
H1.HeaderClassName
{
color: #CED366;
}
.AnyTagClassName
{
color: #CED366;
}
</style>
background-color css
<style>
a { background-color: #CED366; }
a { background-color: rgb(206,211,102); }
div.DivClassName
{
background-color: #CED366;
}
.BgClassName
{
background-color: #CED366;
}
</style>
border-color css
<style>
span { border-color: #CED366; }
span { border-color: rgb(206,211,102); }
td.TdClassName
{
border-color: #CED366;
}
.TagClassName
{
border-color: #CED366;
}
</style>