Shades of Goldenrod #CDD370
Tints of Goldenrod #CDD370
RGB
CMYK
RGB Variations
Color information
#CDD370 (or 0xCDD370) is known color: Goldenrod. HEX triplet: CD, D3 and 70. RGB value is (205,211,112). Sum of RGB (Red+Green+Blue) = 205+211+112=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD370 is #322C8F. Grayscale: #C6C6C6. Windows color (decimal): -3288208 or 7394253. OLE color: 7394253.
HSL color Cylindrical-coordinate representation of color #CDD370: hue angle of 63.64º 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 #CDD370 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 112 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.17 |
| HSL | 63.64º | 0.53% | 0.63% | - |
| HSV(B) | 63.64º | 0.47% | 0.83% | - |
| XYZ | 51.4 | 60.74 | 24.34 | - |
| YUV | 197.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 112 | 0.03 | 0 | 0.47 | 0.17 | 63.64 | 0.53 | 0.63 |
| Hex | CD | D3 | 70 | 3 | 0 | 2F | 11 | 40 | 35 | 3F |
| Octal | 315 | 323 | 160 | 3 | 0 | 57 | 21 | 100 | 65 | 77 |
| Binary | 11001101 | 11010011 | 1110000 | 11 | 0 | 101111 | 10001 | 1000000 | 110101 | 111111 |
Color Harmonies of #CDD370
Complementary color
Monochromatic Colors of #CDD370
Black with #CDD370
Text Example
Text Example
White with #CDD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD370; }
p { color: rgb(205,211,112); }
H1.HeaderClassName
{
color: #CDD370;
}
.AnyTagClassName
{
color: #CDD370;
}
</style>
background-color css
<style>
a { background-color: #CDD370; }
a { background-color: rgb(205,211,112); }
div.DivClassName
{
background-color: #CDD370;
}
.BgClassName
{
background-color: #CDD370;
}
</style>
border-color css
<style>
span { border-color: #CDD370; }
span { border-color: rgb(205,211,112); }
td.TdClassName
{
border-color: #CDD370;
}
.TagClassName
{
border-color: #CDD370;
}
</style>