Shades of Goldenrod #CED06D
Tints of Goldenrod #CED06D
RGB
CMYK
RGB Variations
Color information
#CED06D (or 0xCED06D) is known color: Goldenrod. HEX triplet: CE, D0 and 6D. RGB value is (206,208,109). Sum of RGB (Red+Green+Blue) = 206+208+109=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #CED06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED06D is #312F92. Grayscale: #C4C4C4. Windows color (decimal): -3223443 or 7196878. OLE color: 7196878.
HSL color Cylindrical-coordinate representation of color #CED06D: hue angle of 61.21º degrees, saturation: 0.51, 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 #CED06D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 109 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.18 |
| HSL | 61.21º | 0.51% | 0.62% | - |
| HSV(B) | 61.21º | 0.48% | 0.82% | - |
| XYZ | 50.77 | 59.34 | 23.25 | - |
| YUV | 196.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 109 | 0.01 | 0 | 0.48 | 0.18 | 61.21 | 0.51 | 0.62 |
| Hex | CE | D0 | 6D | 1 | 0 | 30 | 12 | 3D | 33 | 3E |
| Octal | 316 | 320 | 155 | 1 | 0 | 60 | 22 | 75 | 63 | 76 |
| Binary | 11001110 | 11010000 | 1101101 | 1 | 0 | 110000 | 10010 | 111101 | 110011 | 111110 |
Color Harmonies of #CED06D
Complementary color
Monochromatic Colors of #CED06D
Black with #CED06D
Text Example
Text Example
White with #CED06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED06D; }
p { color: rgb(206,208,109); }
H1.HeaderClassName
{
color: #CED06D;
}
.AnyTagClassName
{
color: #CED06D;
}
</style>
background-color css
<style>
a { background-color: #CED06D; }
a { background-color: rgb(206,208,109); }
div.DivClassName
{
background-color: #CED06D;
}
.BgClassName
{
background-color: #CED06D;
}
</style>
border-color css
<style>
span { border-color: #CED06D; }
span { border-color: rgb(206,208,109); }
td.TdClassName
{
border-color: #CED06D;
}
.TagClassName
{
border-color: #CED06D;
}
</style>