Shades of Goldenrod #D5DD70
Tints of Goldenrod #D5DD70
RGB
CMYK
RGB Variations
Color information
#D5DD70 (or 0xD5DD70) is known color: Goldenrod. HEX triplet: D5, DD and 70. RGB value is (213,221,112). Sum of RGB (Red+Green+Blue) = 213+221+112=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD70 is #2A228F. Grayscale: #CECECE. Windows color (decimal): -2761360 or 7396821. OLE color: 7396821.
HSL color Cylindrical-coordinate representation of color #D5DD70: hue angle of 64.4º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5DD70 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 112 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.13 |
| HSL | 64.4º | 0.62% | 0.65% | - |
| HSV(B) | 64.4º | 0.49% | 0.87% | - |
| XYZ | 56.22 | 67.03 | 25.3 | - |
| YUV | 206.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 112 | 0.04 | 0 | 0.49 | 0.13 | 64.4 | 0.62 | 0.65 |
| Hex | D5 | DD | 70 | 4 | 0 | 31 | D | 40 | 3E | 41 |
| Octal | 325 | 335 | 160 | 4 | 0 | 61 | 15 | 100 | 76 | 101 |
| Binary | 11010101 | 11011101 | 1110000 | 100 | 0 | 110001 | 1101 | 1000000 | 111110 | 1000001 |
Color Harmonies of #D5DD70
Complementary color
Monochromatic Colors of #D5DD70
Black with #D5DD70
Text Example
Text Example
White with #D5DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD70; }
p { color: rgb(213,221,112); }
H1.HeaderClassName
{
color: #D5DD70;
}
.AnyTagClassName
{
color: #D5DD70;
}
</style>
background-color css
<style>
a { background-color: #D5DD70; }
a { background-color: rgb(213,221,112); }
div.DivClassName
{
background-color: #D5DD70;
}
.BgClassName
{
background-color: #D5DD70;
}
</style>
border-color css
<style>
span { border-color: #D5DD70; }
span { border-color: rgb(213,221,112); }
td.TdClassName
{
border-color: #D5DD70;
}
.TagClassName
{
border-color: #D5DD70;
}
</style>