Shades of Goldenrod #CED566
Tints of Goldenrod #CED566
RGB
CMYK
RGB Variations
Color information
#CED566 (or 0xCED566) is known color: Goldenrod. HEX triplet: CE, D5 and 66. RGB value is (206,213,102). Sum of RGB (Red+Green+Blue) = 206+213+102=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #CED566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED566 is #312A99. Grayscale: #C6C6C6. Windows color (decimal): -3222170 or 6739406. OLE color: 6739406.
HSL color Cylindrical-coordinate representation of color #CED566: hue angle of 63.78º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED566 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 102 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.16 |
| HSL | 63.78º | 0.57% | 0.62% | - |
| HSV(B) | 63.78º | 0.52% | 0.84% | - |
| XYZ | 51.65 | 61.67 | 21.75 | - |
| YUV | 198.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 102 | 0.03 | 0 | 0.52 | 0.16 | 63.78 | 0.57 | 0.62 |
| Hex | CE | D5 | 66 | 3 | 0 | 34 | 10 | 40 | 39 | 3E |
| Octal | 316 | 325 | 146 | 3 | 0 | 64 | 20 | 100 | 71 | 76 |
| Binary | 11001110 | 11010101 | 1100110 | 11 | 0 | 110100 | 10000 | 1000000 | 111001 | 111110 |
Color Harmonies of #CED566
Complementary color
Monochromatic Colors of #CED566
Black with #CED566
Text Example
Text Example
White with #CED566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED566; }
p { color: rgb(206,213,102); }
H1.HeaderClassName
{
color: #CED566;
}
.AnyTagClassName
{
color: #CED566;
}
</style>
background-color css
<style>
a { background-color: #CED566; }
a { background-color: rgb(206,213,102); }
div.DivClassName
{
background-color: #CED566;
}
.BgClassName
{
background-color: #CED566;
}
</style>
border-color css
<style>
span { border-color: #CED566; }
span { border-color: rgb(206,213,102); }
td.TdClassName
{
border-color: #CED566;
}
.TagClassName
{
border-color: #CED566;
}
</style>