Shades of Goldenrod #DBD570
Tints of Goldenrod #DBD570
RGB
CMYK
RGB Variations
Color information
#DBD570 (or 0xDBD570) is known color: Goldenrod. HEX triplet: DB, D5 and 70. RGB value is (219,213,112). Sum of RGB (Red+Green+Blue) = 219+213+112=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD570 is #242A8F. Grayscale: #CBCBCB. Windows color (decimal): -2370192 or 7394779. OLE color: 7394779.
HSL color Cylindrical-coordinate representation of color #DBD570: hue angle of 56.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBD570 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 112 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.14 |
| HSL | 56.64º | 0.6% | 0.65% | - |
| HSV(B) | 56.64º | 0.49% | 0.86% | - |
| XYZ | 55.93 | 63.82 | 24.7 | - |
| YUV | 203.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 112 | 0 | 0.03 | 0.49 | 0.14 | 56.64 | 0.6 | 0.65 |
| Hex | DB | D5 | 70 | 0 | 3 | 31 | E | 39 | 3C | 41 |
| Octal | 333 | 325 | 160 | 0 | 3 | 61 | 16 | 71 | 74 | 101 |
| Binary | 11011011 | 11010101 | 1110000 | 0 | 11 | 110001 | 1110 | 111001 | 111100 | 1000001 |
Color Harmonies of #DBD570
Complementary color
Monochromatic Colors of #DBD570
Black with #DBD570
Text Example
Text Example
White with #DBD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD570; }
p { color: rgb(219,213,112); }
H1.HeaderClassName
{
color: #DBD570;
}
.AnyTagClassName
{
color: #DBD570;
}
</style>
background-color css
<style>
a { background-color: #DBD570; }
a { background-color: rgb(219,213,112); }
div.DivClassName
{
background-color: #DBD570;
}
.BgClassName
{
background-color: #DBD570;
}
</style>
border-color css
<style>
span { border-color: #DBD570; }
span { border-color: rgb(219,213,112); }
td.TdClassName
{
border-color: #DBD570;
}
.TagClassName
{
border-color: #DBD570;
}
</style>