Shades of Goldenrod #DBDB72
Tints of Goldenrod #DBDB72
RGB
CMYK
RGB Variations
Color information
#DBDB72 (or 0xDBDB72) is known color: Goldenrod. HEX triplet: DB, DB and 72. RGB value is (219,219,114). Sum of RGB (Red+Green+Blue) = 219+219+114=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB72 is #24248D. Grayscale: #CFCFCF. Windows color (decimal): -2368654 or 7527387. OLE color: 7527387.
HSL color Cylindrical-coordinate representation of color #DBDB72: hue angle of 60º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDB72 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 114 | - |
| CMYK | 0 | 0 | 0.48 | 0.14 |
| HSL | 60º | 0.59% | 0.65% | - |
| HSV(B) | 60º | 0.48% | 0.86% | - |
| XYZ | 57.58 | 66.94 | 25.81 | - |
| YUV | 207.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 114 | 0 | 0 | 0.48 | 0.14 | 60 | 0.59 | 0.65 |
| Hex | DB | DB | 72 | 0 | 0 | 30 | E | 3C | 3B | 41 |
| Octal | 333 | 333 | 162 | 0 | 0 | 60 | 16 | 74 | 73 | 101 |
| Binary | 11011011 | 11011011 | 1110010 | 0 | 0 | 110000 | 1110 | 111100 | 111011 | 1000001 |
Color Harmonies of #DBDB72
Complementary color
Monochromatic Colors of #DBDB72
Black with #DBDB72
Text Example
Text Example
White with #DBDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB72; }
p { color: rgb(219,219,114); }
H1.HeaderClassName
{
color: #DBDB72;
}
.AnyTagClassName
{
color: #DBDB72;
}
</style>
background-color css
<style>
a { background-color: #DBDB72; }
a { background-color: rgb(219,219,114); }
div.DivClassName
{
background-color: #DBDB72;
}
.BgClassName
{
background-color: #DBDB72;
}
</style>
border-color css
<style>
span { border-color: #DBDB72; }
span { border-color: rgb(219,219,114); }
td.TdClassName
{
border-color: #DBDB72;
}
.TagClassName
{
border-color: #DBDB72;
}
</style>