Shades of Goldenrod #CDD070
Tints of Goldenrod #CDD070
RGB
CMYK
RGB Variations
Color information
#CDD070 (or 0xCDD070) is known color: Goldenrod. HEX triplet: CD, D0 and 70. RGB value is (205,208,112). Sum of RGB (Red+Green+Blue) = 205+208+112=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD070 is #322F8F. Grayscale: #C4C4C4. Windows color (decimal): -3288976 or 7393485. OLE color: 7393485.
HSL color Cylindrical-coordinate representation of color #CDD070: hue angle of 61.88º 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 #CDD070 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 112 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.18 |
| HSL | 61.88º | 0.51% | 0.63% | - |
| HSV(B) | 61.88º | 0.46% | 0.82% | - |
| XYZ | 50.66 | 59.26 | 24.1 | - |
| YUV | 196.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 112 | 0.01 | 0 | 0.46 | 0.18 | 61.88 | 0.51 | 0.63 |
| Hex | CD | D0 | 70 | 1 | 0 | 2E | 12 | 3E | 33 | 3F |
| Octal | 315 | 320 | 160 | 1 | 0 | 56 | 22 | 76 | 63 | 77 |
| Binary | 11001101 | 11010000 | 1110000 | 1 | 0 | 101110 | 10010 | 111110 | 110011 | 111111 |
Color Harmonies of #CDD070
Complementary color
Monochromatic Colors of #CDD070
Black with #CDD070
Text Example
Text Example
White with #CDD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD070; }
p { color: rgb(205,208,112); }
H1.HeaderClassName
{
color: #CDD070;
}
.AnyTagClassName
{
color: #CDD070;
}
</style>
background-color css
<style>
a { background-color: #CDD070; }
a { background-color: rgb(205,208,112); }
div.DivClassName
{
background-color: #CDD070;
}
.BgClassName
{
background-color: #CDD070;
}
</style>
border-color css
<style>
span { border-color: #CDD070; }
span { border-color: rgb(205,208,112); }
td.TdClassName
{
border-color: #CDD070;
}
.TagClassName
{
border-color: #CDD070;
}
</style>