Shades of Goldenrod #CDD570
Tints of Goldenrod #CDD570
RGB
CMYK
RGB Variations
Color information
#CDD570 (or 0xCDD570) is known color: Goldenrod. HEX triplet: CD, D5 and 70. RGB value is (205,213,112). Sum of RGB (Red+Green+Blue) = 205+213+112=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD570 is #322A8F. Grayscale: #C7C7C7. Windows color (decimal): -3287696 or 7394765. OLE color: 7394765.
HSL color Cylindrical-coordinate representation of color #CDD570: hue angle of 64.75º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD570 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 112 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.16 |
| HSL | 64.75º | 0.55% | 0.64% | - |
| HSV(B) | 64.75º | 0.47% | 0.84% | - |
| XYZ | 51.9 | 61.74 | 24.51 | - |
| YUV | 199.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 112 | 0.04 | 0 | 0.47 | 0.16 | 64.75 | 0.55 | 0.64 |
| Hex | CD | D5 | 70 | 4 | 0 | 2F | 10 | 41 | 37 | 40 |
| Octal | 315 | 325 | 160 | 4 | 0 | 57 | 20 | 101 | 67 | 100 |
| Binary | 11001101 | 11010101 | 1110000 | 100 | 0 | 101111 | 10000 | 1000001 | 110111 | 1000000 |
Color Harmonies of #CDD570
Complementary color
Monochromatic Colors of #CDD570
Black with #CDD570
Text Example
Text Example
White with #CDD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD570; }
p { color: rgb(205,213,112); }
H1.HeaderClassName
{
color: #CDD570;
}
.AnyTagClassName
{
color: #CDD570;
}
</style>
background-color css
<style>
a { background-color: #CDD570; }
a { background-color: rgb(205,213,112); }
div.DivClassName
{
background-color: #CDD570;
}
.BgClassName
{
background-color: #CDD570;
}
</style>
border-color css
<style>
span { border-color: #CDD570; }
span { border-color: rgb(205,213,112); }
td.TdClassName
{
border-color: #CDD570;
}
.TagClassName
{
border-color: #CDD570;
}
</style>