Shades of Goldenrod #CED06C
Tints of Goldenrod #CED06C
RGB
CMYK
RGB Variations
Color information
#CED06C (or 0xCED06C) is known color: Goldenrod. HEX triplet: CE, D0 and 6C. RGB value is (206,208,108). Sum of RGB (Red+Green+Blue) = 206+208+108=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #CED06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED06C is #312F93. Grayscale: #C4C4C4. Windows color (decimal): -3223444 or 7131342. OLE color: 7131342.
HSL color Cylindrical-coordinate representation of color #CED06C: hue angle of 61.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CED06C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 108 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.18 |
| HSL | 61.2º | 0.52% | 0.62% | - |
| HSV(B) | 61.2º | 0.48% | 0.82% | - |
| XYZ | 50.72 | 59.32 | 22.96 | - |
| YUV | 196 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 108 | 0.01 | 0 | 0.48 | 0.18 | 61.2 | 0.52 | 0.62 |
| Hex | CE | D0 | 6C | 1 | 0 | 30 | 12 | 3D | 34 | 3E |
| Octal | 316 | 320 | 154 | 1 | 0 | 60 | 22 | 75 | 64 | 76 |
| Binary | 11001110 | 11010000 | 1101100 | 1 | 0 | 110000 | 10010 | 111101 | 110100 | 111110 |
Color Harmonies of #CED06C
Complementary color
Monochromatic Colors of #CED06C
Black with #CED06C
Text Example
Text Example
White with #CED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED06C; }
p { color: rgb(206,208,108); }
H1.HeaderClassName
{
color: #CED06C;
}
.AnyTagClassName
{
color: #CED06C;
}
</style>
background-color css
<style>
a { background-color: #CED06C; }
a { background-color: rgb(206,208,108); }
div.DivClassName
{
background-color: #CED06C;
}
.BgClassName
{
background-color: #CED06C;
}
</style>
border-color css
<style>
span { border-color: #CED06C; }
span { border-color: rgb(206,208,108); }
td.TdClassName
{
border-color: #CED06C;
}
.TagClassName
{
border-color: #CED06C;
}
</style>