Shades of Goldenrod #DBD574
Tints of Goldenrod #DBD574
RGB
CMYK
RGB Variations
Color information
#DBD574 (or 0xDBD574) is known color: Goldenrod. HEX triplet: DB, D5 and 74. RGB value is (219,213,116). Sum of RGB (Red+Green+Blue) = 219+213+116=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD574 is #242A8B. Grayscale: #CCCCCC. Windows color (decimal): -2370188 or 7656923. OLE color: 7656923.
HSL color Cylindrical-coordinate representation of color #DBD574: hue angle of 56.5º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD574 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 116 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.14 |
| HSL | 56.5º | 0.59% | 0.66% | - |
| HSV(B) | 56.5º | 0.47% | 0.86% | - |
| XYZ | 56.16 | 63.91 | 25.9 | - |
| YUV | 203.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 116 | 0 | 0.03 | 0.47 | 0.14 | 56.5 | 0.59 | 0.66 |
| Hex | DB | D5 | 74 | 0 | 3 | 2F | E | 39 | 3B | 42 |
| Octal | 333 | 325 | 164 | 0 | 3 | 57 | 16 | 71 | 73 | 102 |
| Binary | 11011011 | 11010101 | 1110100 | 0 | 11 | 101111 | 1110 | 111001 | 111011 | 1000010 |
Color Harmonies of #DBD574
Complementary color
Monochromatic Colors of #DBD574
Black with #DBD574
Text Example
Text Example
White with #DBD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD574; }
p { color: rgb(219,213,116); }
H1.HeaderClassName
{
color: #DBD574;
}
.AnyTagClassName
{
color: #DBD574;
}
</style>
background-color css
<style>
a { background-color: #DBD574; }
a { background-color: rgb(219,213,116); }
div.DivClassName
{
background-color: #DBD574;
}
.BgClassName
{
background-color: #DBD574;
}
</style>
border-color css
<style>
span { border-color: #DBD574; }
span { border-color: rgb(219,213,116); }
td.TdClassName
{
border-color: #DBD574;
}
.TagClassName
{
border-color: #DBD574;
}
</style>