Shades of Goldenrod #DBD370
Tints of Goldenrod #DBD370
RGB
CMYK
RGB Variations
Color information
#DBD370 (or 0xDBD370) is known color: Goldenrod. HEX triplet: DB, D3 and 70. RGB value is (219,211,112). Sum of RGB (Red+Green+Blue) = 219+211+112=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD370 is #242C8F. Grayscale: #CACACA. Windows color (decimal): -2370704 or 7394267. OLE color: 7394267.
HSL color Cylindrical-coordinate representation of color #DBD370: hue angle of 55.51º 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 #DBD370 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 112 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.14 |
| HSL | 55.51º | 0.6% | 0.65% | - |
| HSV(B) | 55.51º | 0.49% | 0.86% | - |
| XYZ | 55.43 | 62.82 | 24.53 | - |
| YUV | 202.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 112 | 0 | 0.04 | 0.49 | 0.14 | 55.51 | 0.6 | 0.65 |
| Hex | DB | D3 | 70 | 0 | 4 | 31 | E | 38 | 3C | 41 |
| Octal | 333 | 323 | 160 | 0 | 4 | 61 | 16 | 70 | 74 | 101 |
| Binary | 11011011 | 11010011 | 1110000 | 0 | 100 | 110001 | 1110 | 111000 | 111100 | 1000001 |
Color Harmonies of #DBD370
Complementary color
Monochromatic Colors of #DBD370
Black with #DBD370
Text Example
Text Example
White with #DBD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD370; }
p { color: rgb(219,211,112); }
H1.HeaderClassName
{
color: #DBD370;
}
.AnyTagClassName
{
color: #DBD370;
}
</style>
background-color css
<style>
a { background-color: #DBD370; }
a { background-color: rgb(219,211,112); }
div.DivClassName
{
background-color: #DBD370;
}
.BgClassName
{
background-color: #DBD370;
}
</style>
border-color css
<style>
span { border-color: #DBD370; }
span { border-color: rgb(219,211,112); }
td.TdClassName
{
border-color: #DBD370;
}
.TagClassName
{
border-color: #DBD370;
}
</style>