Shades of Goldenrod #DBD762
Tints of Goldenrod #DBD762
RGB
CMYK
RGB Variations
Color information
#DBD762 (or 0xDBD762) is known color: Goldenrod. HEX triplet: DB, D7 and 62. RGB value is (219,215,98). Sum of RGB (Red+Green+Blue) = 219+215+98=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD762 is #24289D. Grayscale: #CBCBCB. Windows color (decimal): -2369694 or 6477787. OLE color: 6477787.
HSL color Cylindrical-coordinate representation of color #DBD762: hue angle of 58.02º 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 #DBD762 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 98 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.14 |
| HSL | 58.02º | 0.63% | 0.62% | - |
| HSV(B) | 58.02º | 0.55% | 0.86% | - |
| XYZ | 55.72 | 64.54 | 21.08 | - |
| YUV | 202.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 98 | 0 | 0.02 | 0.55 | 0.14 | 58.02 | 0.63 | 0.62 |
| Hex | DB | D7 | 62 | 0 | 2 | 37 | E | 3A | 3F | 3E |
| Octal | 333 | 327 | 142 | 0 | 2 | 67 | 16 | 72 | 77 | 76 |
| Binary | 11011011 | 11010111 | 1100010 | 0 | 10 | 110111 | 1110 | 111010 | 111111 | 111110 |
Color Harmonies of #DBD762
Complementary color
Monochromatic Colors of #DBD762
Black with #DBD762
Text Example
Text Example
White with #DBD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD762; }
p { color: rgb(219,215,98); }
H1.HeaderClassName
{
color: #DBD762;
}
.AnyTagClassName
{
color: #DBD762;
}
</style>
background-color css
<style>
a { background-color: #DBD762; }
a { background-color: rgb(219,215,98); }
div.DivClassName
{
background-color: #DBD762;
}
.BgClassName
{
background-color: #DBD762;
}
</style>
border-color css
<style>
span { border-color: #DBD762; }
span { border-color: rgb(219,215,98); }
td.TdClassName
{
border-color: #DBD762;
}
.TagClassName
{
border-color: #DBD762;
}
</style>