Shades of Goldenrod #CED266
Tints of Goldenrod #CED266
RGB
CMYK
RGB Variations
Color information
#CED266 (or 0xCED266) is known color: Goldenrod. HEX triplet: CE, D2 and 66. RGB value is (206,210,102). Sum of RGB (Red+Green+Blue) = 206+210+102=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #CED266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED266 is #312D99. Grayscale: #C4C4C4. Windows color (decimal): -3222938 or 6738638. OLE color: 6738638.
HSL color Cylindrical-coordinate representation of color #CED266: hue angle of 62.22º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CED266 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 102 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.18 |
| HSL | 62.22º | 0.55% | 0.61% | - |
| HSV(B) | 62.22º | 0.51% | 0.82% | - |
| XYZ | 50.9 | 60.17 | 21.5 | - |
| YUV | 196.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 102 | 0.02 | 0 | 0.51 | 0.18 | 62.22 | 0.55 | 0.61 |
| Hex | CE | D2 | 66 | 2 | 0 | 33 | 12 | 3E | 37 | 3D |
| Octal | 316 | 322 | 146 | 2 | 0 | 63 | 22 | 76 | 67 | 75 |
| Binary | 11001110 | 11010010 | 1100110 | 10 | 0 | 110011 | 10010 | 111110 | 110111 | 111101 |
Color Harmonies of #CED266
Complementary color
Monochromatic Colors of #CED266
Black with #CED266
Text Example
Text Example
White with #CED266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED266; }
p { color: rgb(206,210,102); }
H1.HeaderClassName
{
color: #CED266;
}
.AnyTagClassName
{
color: #CED266;
}
</style>
background-color css
<style>
a { background-color: #CED266; }
a { background-color: rgb(206,210,102); }
div.DivClassName
{
background-color: #CED266;
}
.BgClassName
{
background-color: #CED266;
}
</style>
border-color css
<style>
span { border-color: #CED266; }
span { border-color: rgb(206,210,102); }
td.TdClassName
{
border-color: #CED266;
}
.TagClassName
{
border-color: #CED266;
}
</style>