Shades of Goldenrod #DBD46D
Tints of Goldenrod #DBD46D
RGB
CMYK
RGB Variations
Color information
#DBD46D (or 0xDBD46D) is known color: Goldenrod. HEX triplet: DB, D4 and 6D. RGB value is (219,212,109). Sum of RGB (Red+Green+Blue) = 219+212+109=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD46D is #242B92. Grayscale: #CACACA. Windows color (decimal): -2370451 or 7197915. OLE color: 7197915.
HSL color Cylindrical-coordinate representation of color #DBD46D: hue angle of 56.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD46D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 109 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.14 |
| HSL | 56.18º | 0.6% | 0.64% | - |
| HSV(B) | 56.18º | 0.5% | 0.86% | - |
| XYZ | 55.52 | 63.25 | 23.75 | - |
| YUV | 202.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 109 | 0 | 0.03 | 0.50 | 0.14 | 56.18 | 0.6 | 0.64 |
| Hex | DB | D4 | 6D | 0 | 3 | 32 | E | 38 | 3C | 40 |
| Octal | 333 | 324 | 155 | 0 | 3 | 62 | 16 | 70 | 74 | 100 |
| Binary | 11011011 | 11010100 | 1101101 | 0 | 11 | 110010 | 1110 | 111000 | 111100 | 1000000 |
Color Harmonies of #DBD46D
Complementary color
Monochromatic Colors of #DBD46D
Black with #DBD46D
Text Example
Text Example
White with #DBD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD46D; }
p { color: rgb(219,212,109); }
H1.HeaderClassName
{
color: #DBD46D;
}
.AnyTagClassName
{
color: #DBD46D;
}
</style>
background-color css
<style>
a { background-color: #DBD46D; }
a { background-color: rgb(219,212,109); }
div.DivClassName
{
background-color: #DBD46D;
}
.BgClassName
{
background-color: #DBD46D;
}
</style>
border-color css
<style>
span { border-color: #DBD46D; }
span { border-color: rgb(219,212,109); }
td.TdClassName
{
border-color: #DBD46D;
}
.TagClassName
{
border-color: #DBD46D;
}
</style>