Shades of Goldenrod #DBDB70
Tints of Goldenrod #DBDB70
RGB
CMYK
RGB Variations
Color information
#DBDB70 (or 0xDBDB70) is known color: Goldenrod. HEX triplet: DB, DB and 70. RGB value is (219,219,112). Sum of RGB (Red+Green+Blue) = 219+219+112=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB70 is #24248F. Grayscale: #CFCFCF. Windows color (decimal): -2368656 or 7396315. OLE color: 7396315.
HSL color Cylindrical-coordinate representation of color #DBDB70: hue angle of 60º 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 #DBDB70 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 112 | - |
CMYK | 0 | 0 | 0.49 | 0.14 |
HSL | 60º | 0.6% | 0.65% | - |
HSV(B) | 60º | 0.49% | 0.86% | - |
XYZ | 57.47 | 66.89 | 25.21 | - |
YUV | 206.8 | 74.5 | 136.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 112 | 0 | 0 | 0.49 | 0.14 | 60 | 0.6 | 0.65 |
Hex | DB | DB | 70 | 0 | 0 | 31 | E | 3C | 3C | 41 |
Octal | 333 | 333 | 160 | 0 | 0 | 61 | 16 | 74 | 74 | 101 |
Binary | 11011011 | 11011011 | 1110000 | 0 | 0 | 110001 | 1110 | 111100 | 111100 | 1000001 |
Color Harmonies of #DBDB70
Complementary color
Monochromatic Colors of #DBDB70
Black with #DBDB70
Text Example
Text Example
White with #DBDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB70; }
p { color: rgb(219,219,112); }
H1.HeaderClassName
{
color: #DBDB70;
}
.AnyTagClassName
{
color: #DBDB70;
}
</style>
background-color css
<style>
a { background-color: #DBDB70; }
a { background-color: rgb(219,219,112); }
div.DivClassName
{
background-color: #DBDB70;
}
.BgClassName
{
background-color: #DBDB70;
}
</style>
border-color css
<style>
span { border-color: #DBDB70; }
span { border-color: rgb(219,219,112); }
td.TdClassName
{
border-color: #DBDB70;
}
.TagClassName
{
border-color: #DBDB70;
}
</style>