Shades of Goldenrod #D5DD72
Tints of Goldenrod #D5DD72
RGB
CMYK
RGB Variations
Color information
#D5DD72 (or 0xD5DD72) is known color: Goldenrod. HEX triplet: D5, DD and 72. RGB value is (213,221,114). Sum of RGB (Red+Green+Blue) = 213+221+114=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD72 is #2A228D. Grayscale: #CECECE. Windows color (decimal): -2761358 or 7527893. OLE color: 7527893.
HSL color Cylindrical-coordinate representation of color #D5DD72: hue angle of 64.49º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5DD72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 114 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.13 |
| HSL | 64.49º | 0.61% | 0.66% | - |
| HSV(B) | 64.49º | 0.48% | 0.87% | - |
| XYZ | 56.33 | 67.07 | 25.9 | - |
| YUV | 206.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 114 | 0.04 | 0 | 0.48 | 0.13 | 64.49 | 0.61 | 0.66 |
| Hex | D5 | DD | 72 | 4 | 0 | 30 | D | 40 | 3D | 42 |
| Octal | 325 | 335 | 162 | 4 | 0 | 60 | 15 | 100 | 75 | 102 |
| Binary | 11010101 | 11011101 | 1110010 | 100 | 0 | 110000 | 1101 | 1000000 | 111101 | 1000010 |
Color Harmonies of #D5DD72
Complementary color
Monochromatic Colors of #D5DD72
Black with #D5DD72
Text Example
Text Example
White with #D5DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD72; }
p { color: rgb(213,221,114); }
H1.HeaderClassName
{
color: #D5DD72;
}
.AnyTagClassName
{
color: #D5DD72;
}
</style>
background-color css
<style>
a { background-color: #D5DD72; }
a { background-color: rgb(213,221,114); }
div.DivClassName
{
background-color: #D5DD72;
}
.BgClassName
{
background-color: #D5DD72;
}
</style>
border-color css
<style>
span { border-color: #D5DD72; }
span { border-color: rgb(213,221,114); }
td.TdClassName
{
border-color: #D5DD72;
}
.TagClassName
{
border-color: #D5DD72;
}
</style>