Shades of Goldenrod #CED36A
Tints of Goldenrod #CED36A
RGB
CMYK
RGB Variations
Color information
#CED36A (or 0xCED36A) is known color: Goldenrod. HEX triplet: CE, D3 and 6A. RGB value is (206,211,106). Sum of RGB (Red+Green+Blue) = 206+211+106=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36A is #312C95. Grayscale: #C5C5C5. Windows color (decimal): -3222678 or 7001038. OLE color: 7001038.
HSL color Cylindrical-coordinate representation of color #CED36A: hue angle of 62.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED36A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 106 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.17 |
| HSL | 62.86º | 0.54% | 0.62% | - |
| HSV(B) | 62.86º | 0.5% | 0.83% | - |
| XYZ | 51.35 | 60.75 | 22.66 | - |
| YUV | 197.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 106 | 0.02 | 0 | 0.50 | 0.17 | 62.86 | 0.54 | 0.62 |
| Hex | CE | D3 | 6A | 2 | 0 | 32 | 11 | 3F | 36 | 3E |
| Octal | 316 | 323 | 152 | 2 | 0 | 62 | 21 | 77 | 66 | 76 |
| Binary | 11001110 | 11010011 | 1101010 | 10 | 0 | 110010 | 10001 | 111111 | 110110 | 111110 |
Color Harmonies of #CED36A
Complementary color
Monochromatic Colors of #CED36A
Black with #CED36A
Text Example
Text Example
White with #CED36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED36A; }
p { color: rgb(206,211,106); }
H1.HeaderClassName
{
color: #CED36A;
}
.AnyTagClassName
{
color: #CED36A;
}
</style>
background-color css
<style>
a { background-color: #CED36A; }
a { background-color: rgb(206,211,106); }
div.DivClassName
{
background-color: #CED36A;
}
.BgClassName
{
background-color: #CED36A;
}
</style>
border-color css
<style>
span { border-color: #CED36A; }
span { border-color: rgb(206,211,106); }
td.TdClassName
{
border-color: #CED36A;
}
.TagClassName
{
border-color: #CED36A;
}
</style>