Shades of Goldenrod #CED166
Tints of Goldenrod #CED166
RGB
CMYK
RGB Variations
Color information
#CED166 (or 0xCED166) is known color: Goldenrod. HEX triplet: CE, D1 and 66. RGB value is (206,209,102). Sum of RGB (Red+Green+Blue) = 206+209+102=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #CED166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED166 is #312E99. Grayscale: #C4C4C4. Windows color (decimal): -3223194 or 6738382. OLE color: 6738382.
HSL color Cylindrical-coordinate representation of color #CED166: hue angle of 61.68º degrees, saturation: 0.54, 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 #CED166 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 102 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.18 |
| HSL | 61.68º | 0.54% | 0.61% | - |
| HSV(B) | 61.68º | 0.51% | 0.82% | - |
| XYZ | 50.65 | 59.68 | 21.42 | - |
| YUV | 195.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 102 | 0.01 | 0 | 0.51 | 0.18 | 61.68 | 0.54 | 0.61 |
| Hex | CE | D1 | 66 | 1 | 0 | 33 | 12 | 3E | 36 | 3D |
| Octal | 316 | 321 | 146 | 1 | 0 | 63 | 22 | 76 | 66 | 75 |
| Binary | 11001110 | 11010001 | 1100110 | 1 | 0 | 110011 | 10010 | 111110 | 110110 | 111101 |
Color Harmonies of #CED166
Complementary color
Monochromatic Colors of #CED166
Black with #CED166
Text Example
Text Example
White with #CED166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED166; }
p { color: rgb(206,209,102); }
H1.HeaderClassName
{
color: #CED166;
}
.AnyTagClassName
{
color: #CED166;
}
</style>
background-color css
<style>
a { background-color: #CED166; }
a { background-color: rgb(206,209,102); }
div.DivClassName
{
background-color: #CED166;
}
.BgClassName
{
background-color: #CED166;
}
</style>
border-color css
<style>
span { border-color: #CED166; }
span { border-color: rgb(206,209,102); }
td.TdClassName
{
border-color: #CED166;
}
.TagClassName
{
border-color: #CED166;
}
</style>