Shades of Goldenrod #CDD170
Tints of Goldenrod #CDD170
RGB
CMYK
RGB Variations
Color information
#CDD170 (or 0xCDD170) is known color: Goldenrod. HEX triplet: CD, D1 and 70. RGB value is (205,209,112). Sum of RGB (Red+Green+Blue) = 205+209+112=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD170 is #322E8F. Grayscale: #C5C5C5. Windows color (decimal): -3288720 or 7393741. OLE color: 7393741.
HSL color Cylindrical-coordinate representation of color #CDD170: hue angle of 62.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD170 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 112 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 62.47º | 0.51% | 0.63% | - |
| HSV(B) | 62.47º | 0.46% | 0.82% | - |
| XYZ | 50.9 | 59.75 | 24.18 | - |
| YUV | 196.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 112 | 0.02 | 0 | 0.46 | 0.18 | 62.47 | 0.51 | 0.63 |
| Hex | CD | D1 | 70 | 2 | 0 | 2E | 12 | 3E | 33 | 3F |
| Octal | 315 | 321 | 160 | 2 | 0 | 56 | 22 | 76 | 63 | 77 |
| Binary | 11001101 | 11010001 | 1110000 | 10 | 0 | 101110 | 10010 | 111110 | 110011 | 111111 |
Color Harmonies of #CDD170
Complementary color
Monochromatic Colors of #CDD170
Black with #CDD170
Text Example
Text Example
White with #CDD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD170; }
p { color: rgb(205,209,112); }
H1.HeaderClassName
{
color: #CDD170;
}
.AnyTagClassName
{
color: #CDD170;
}
</style>
background-color css
<style>
a { background-color: #CDD170; }
a { background-color: rgb(205,209,112); }
div.DivClassName
{
background-color: #CDD170;
}
.BgClassName
{
background-color: #CDD170;
}
</style>
border-color css
<style>
span { border-color: #CDD170; }
span { border-color: rgb(205,209,112); }
td.TdClassName
{
border-color: #CDD170;
}
.TagClassName
{
border-color: #CDD170;
}
</style>