Shades of Goldenrod #CED36F
Tints of Goldenrod #CED36F
RGB
CMYK
RGB Variations
Color information
#CED36F (or 0xCED36F) is known color: Goldenrod. HEX triplet: CE, D3 and 6F. RGB value is (206,211,111). Sum of RGB (Red+Green+Blue) = 206+211+111=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36F is #312C90. Grayscale: #C6C6C6. Windows color (decimal): -3222673 or 7328718. OLE color: 7328718.
HSL color Cylindrical-coordinate representation of color #CED36F: hue angle of 63º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED36F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 111 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.17 |
| HSL | 63º | 0.53% | 0.63% | - |
| HSV(B) | 63º | 0.47% | 0.83% | - |
| XYZ | 51.62 | 60.86 | 24.07 | - |
| YUV | 198.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 111 | 0.02 | 0 | 0.47 | 0.17 | 63 | 0.53 | 0.63 |
| Hex | CE | D3 | 6F | 2 | 0 | 2F | 11 | 3F | 35 | 3F |
| Octal | 316 | 323 | 157 | 2 | 0 | 57 | 21 | 77 | 65 | 77 |
| Binary | 11001110 | 11010011 | 1101111 | 10 | 0 | 101111 | 10001 | 111111 | 110101 | 111111 |
Color Harmonies of #CED36F
Complementary color
Monochromatic Colors of #CED36F
Black with #CED36F
Text Example
Text Example
White with #CED36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED36F; }
p { color: rgb(206,211,111); }
H1.HeaderClassName
{
color: #CED36F;
}
.AnyTagClassName
{
color: #CED36F;
}
</style>
background-color css
<style>
a { background-color: #CED36F; }
a { background-color: rgb(206,211,111); }
div.DivClassName
{
background-color: #CED36F;
}
.BgClassName
{
background-color: #CED36F;
}
</style>
border-color css
<style>
span { border-color: #CED36F; }
span { border-color: rgb(206,211,111); }
td.TdClassName
{
border-color: #CED36F;
}
.TagClassName
{
border-color: #CED36F;
}
</style>