Shades of Goldenrod #DBD470
Tints of Goldenrod #DBD470
RGB
CMYK
RGB Variations
Color information
#DBD470 (or 0xDBD470) is known color: Goldenrod. HEX triplet: DB, D4 and 70. RGB value is (219,212,112). Sum of RGB (Red+Green+Blue) = 219+212+112=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD470 is #242B8F. Grayscale: #CBCBCB. Windows color (decimal): -2370448 or 7394523. OLE color: 7394523.
HSL color Cylindrical-coordinate representation of color #DBD470: hue angle of 56.07º 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 #DBD470 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 112 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.14 |
| HSL | 56.07º | 0.6% | 0.65% | - |
| HSV(B) | 56.07º | 0.49% | 0.86% | - |
| XYZ | 55.68 | 63.32 | 24.62 | - |
| YUV | 202.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 112 | 0 | 0.03 | 0.49 | 0.14 | 56.07 | 0.6 | 0.65 |
| Hex | DB | D4 | 70 | 0 | 3 | 31 | E | 38 | 3C | 41 |
| Octal | 333 | 324 | 160 | 0 | 3 | 61 | 16 | 70 | 74 | 101 |
| Binary | 11011011 | 11010100 | 1110000 | 0 | 11 | 110001 | 1110 | 111000 | 111100 | 1000001 |
Color Harmonies of #DBD470
Complementary color
Monochromatic Colors of #DBD470
Black with #DBD470
Text Example
Text Example
White with #DBD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD470; }
p { color: rgb(219,212,112); }
H1.HeaderClassName
{
color: #DBD470;
}
.AnyTagClassName
{
color: #DBD470;
}
</style>
background-color css
<style>
a { background-color: #DBD470; }
a { background-color: rgb(219,212,112); }
div.DivClassName
{
background-color: #DBD470;
}
.BgClassName
{
background-color: #DBD470;
}
</style>
border-color css
<style>
span { border-color: #DBD470; }
span { border-color: rgb(219,212,112); }
td.TdClassName
{
border-color: #DBD470;
}
.TagClassName
{
border-color: #DBD470;
}
</style>