Shades of Goldenrod #CED06F
Tints of Goldenrod #CED06F
RGB
CMYK
RGB Variations
Color information
#CED06F (or 0xCED06F) is known color: Goldenrod. HEX triplet: CE, D0 and 6F. RGB value is (206,208,111). Sum of RGB (Red+Green+Blue) = 206+208+111=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #CED06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED06F is #312F90. Grayscale: #C4C4C4. Windows color (decimal): -3223441 or 7327950. OLE color: 7327950.
HSL color Cylindrical-coordinate representation of color #CED06F: hue angle of 61.24º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED06F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 111 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.18 |
| HSL | 61.24º | 0.51% | 0.63% | - |
| HSV(B) | 61.24º | 0.47% | 0.82% | - |
| XYZ | 50.88 | 59.38 | 23.82 | - |
| YUV | 196.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 111 | 0.01 | 0 | 0.47 | 0.18 | 61.24 | 0.51 | 0.63 |
| Hex | CE | D0 | 6F | 1 | 0 | 2F | 12 | 3D | 33 | 3F |
| Octal | 316 | 320 | 157 | 1 | 0 | 57 | 22 | 75 | 63 | 77 |
| Binary | 11001110 | 11010000 | 1101111 | 1 | 0 | 101111 | 10010 | 111101 | 110011 | 111111 |
Color Harmonies of #CED06F
Complementary color
Monochromatic Colors of #CED06F
Black with #CED06F
Text Example
Text Example
White with #CED06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED06F; }
p { color: rgb(206,208,111); }
H1.HeaderClassName
{
color: #CED06F;
}
.AnyTagClassName
{
color: #CED06F;
}
</style>
background-color css
<style>
a { background-color: #CED06F; }
a { background-color: rgb(206,208,111); }
div.DivClassName
{
background-color: #CED06F;
}
.BgClassName
{
background-color: #CED06F;
}
</style>
border-color css
<style>
span { border-color: #CED06F; }
span { border-color: rgb(206,208,111); }
td.TdClassName
{
border-color: #CED06F;
}
.TagClassName
{
border-color: #CED06F;
}
</style>