Shades of Goldenrod #CDD36E
Tints of Goldenrod #CDD36E
RGB
CMYK
RGB Variations
Color information
#CDD36E (or 0xCDD36E) is known color: Goldenrod. HEX triplet: CD, D3 and 6E. RGB value is (205,211,110). Sum of RGB (Red+Green+Blue) = 205+211+110=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD36E is #322C91. Grayscale: #C6C6C6. Windows color (decimal): -3288210 or 7263181. OLE color: 7263181.
HSL color Cylindrical-coordinate representation of color #CDD36E: hue angle of 63.56º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD36E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 110 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.17 |
| HSL | 63.56º | 0.53% | 0.63% | - |
| HSV(B) | 63.56º | 0.48% | 0.83% | - |
| XYZ | 51.29 | 60.69 | 23.76 | - |
| YUV | 197.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 110 | 0.03 | 0 | 0.48 | 0.17 | 63.56 | 0.53 | 0.63 |
| Hex | CD | D3 | 6E | 3 | 0 | 30 | 11 | 40 | 35 | 3F |
| Octal | 315 | 323 | 156 | 3 | 0 | 60 | 21 | 100 | 65 | 77 |
| Binary | 11001101 | 11010011 | 1101110 | 11 | 0 | 110000 | 10001 | 1000000 | 110101 | 111111 |
Color Harmonies of #CDD36E
Complementary color
Monochromatic Colors of #CDD36E
Black with #CDD36E
Text Example
Text Example
White with #CDD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD36E; }
p { color: rgb(205,211,110); }
H1.HeaderClassName
{
color: #CDD36E;
}
.AnyTagClassName
{
color: #CDD36E;
}
</style>
background-color css
<style>
a { background-color: #CDD36E; }
a { background-color: rgb(205,211,110); }
div.DivClassName
{
background-color: #CDD36E;
}
.BgClassName
{
background-color: #CDD36E;
}
</style>
border-color css
<style>
span { border-color: #CDD36E; }
span { border-color: rgb(205,211,110); }
td.TdClassName
{
border-color: #CDD36E;
}
.TagClassName
{
border-color: #CDD36E;
}
</style>