Shades of Goldenrod #DBD862
Tints of Goldenrod #DBD862
RGB
CMYK
RGB Variations
Color information
#DBD862 (or 0xDBD862) is known color: Goldenrod. HEX triplet: DB, D8 and 62. RGB value is (219,216,98). Sum of RGB (Red+Green+Blue) = 219+216+98=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD862 is #24279D. Grayscale: #CBCBCB. Windows color (decimal): -2369438 or 6478043. OLE color: 6478043.
HSL color Cylindrical-coordinate representation of color #DBD862: hue angle of 58.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBD862 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 98 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.14 |
| HSL | 58.51º | 0.63% | 0.62% | - |
| HSV(B) | 58.51º | 0.55% | 0.86% | - |
| XYZ | 55.97 | 65.05 | 21.16 | - |
| YUV | 203.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 98 | 0 | 0.01 | 0.55 | 0.14 | 58.51 | 0.63 | 0.62 |
| Hex | DB | D8 | 62 | 0 | 1 | 37 | E | 3B | 3F | 3E |
| Octal | 333 | 330 | 142 | 0 | 1 | 67 | 16 | 73 | 77 | 76 |
| Binary | 11011011 | 11011000 | 1100010 | 0 | 1 | 110111 | 1110 | 111011 | 111111 | 111110 |
Color Harmonies of #DBD862
Complementary color
Monochromatic Colors of #DBD862
Black with #DBD862
Text Example
Text Example
White with #DBD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD862; }
p { color: rgb(219,216,98); }
H1.HeaderClassName
{
color: #DBD862;
}
.AnyTagClassName
{
color: #DBD862;
}
</style>
background-color css
<style>
a { background-color: #DBD862; }
a { background-color: rgb(219,216,98); }
div.DivClassName
{
background-color: #DBD862;
}
.BgClassName
{
background-color: #DBD862;
}
</style>
border-color css
<style>
span { border-color: #DBD862; }
span { border-color: rgb(219,216,98); }
td.TdClassName
{
border-color: #DBD862;
}
.TagClassName
{
border-color: #DBD862;
}
</style>