Shades of Goldenrod #CDD270
Tints of Goldenrod #CDD270
RGB
CMYK
RGB Variations
Color information
#CDD270 (or 0xCDD270) is known color: Goldenrod. HEX triplet: CD, D2 and 70. RGB value is (205,210,112). Sum of RGB (Red+Green+Blue) = 205+210+112=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD270 is #322D8F. Grayscale: #C5C5C5. Windows color (decimal): -3288464 or 7393997. OLE color: 7393997.
HSL color Cylindrical-coordinate representation of color #CDD270: hue angle of 63.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD270 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 112 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.18 |
| HSL | 63.06º | 0.52% | 0.63% | - |
| HSV(B) | 63.06º | 0.47% | 0.82% | - |
| XYZ | 51.15 | 60.24 | 24.26 | - |
| YUV | 197.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 112 | 0.02 | 0 | 0.47 | 0.18 | 63.06 | 0.52 | 0.63 |
| Hex | CD | D2 | 70 | 2 | 0 | 2F | 12 | 3F | 34 | 3F |
| Octal | 315 | 322 | 160 | 2 | 0 | 57 | 22 | 77 | 64 | 77 |
| Binary | 11001101 | 11010010 | 1110000 | 10 | 0 | 101111 | 10010 | 111111 | 110100 | 111111 |
Color Harmonies of #CDD270
Complementary color
Monochromatic Colors of #CDD270
Black with #CDD270
Text Example
Text Example
White with #CDD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD270; }
p { color: rgb(205,210,112); }
H1.HeaderClassName
{
color: #CDD270;
}
.AnyTagClassName
{
color: #CDD270;
}
</style>
background-color css
<style>
a { background-color: #CDD270; }
a { background-color: rgb(205,210,112); }
div.DivClassName
{
background-color: #CDD270;
}
.BgClassName
{
background-color: #CDD270;
}
</style>
border-color css
<style>
span { border-color: #CDD270; }
span { border-color: rgb(205,210,112); }
td.TdClassName
{
border-color: #CDD270;
}
.TagClassName
{
border-color: #CDD270;
}
</style>