Shades of Goldenrod #DBD562
Tints of Goldenrod #DBD562
RGB
CMYK
RGB Variations
Color information
#DBD562 (or 0xDBD562) is known color: Goldenrod. HEX triplet: DB, D5 and 62. RGB value is (219,213,98). Sum of RGB (Red+Green+Blue) = 219+213+98=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD562 is #242A9D. Grayscale: #CACACA. Windows color (decimal): -2370206 or 6477275. OLE color: 6477275.
HSL color Cylindrical-coordinate representation of color #DBD562: hue angle of 57.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 #DBD562 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 98 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.14 |
| HSL | 57.02º | 0.63% | 0.62% | - |
| HSV(B) | 57.02º | 0.55% | 0.86% | - |
| XYZ | 55.21 | 63.53 | 20.91 | - |
| YUV | 201.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 98 | 0 | 0.03 | 0.55 | 0.14 | 57.02 | 0.63 | 0.62 |
| Hex | DB | D5 | 62 | 0 | 3 | 37 | E | 39 | 3F | 3E |
| Octal | 333 | 325 | 142 | 0 | 3 | 67 | 16 | 71 | 77 | 76 |
| Binary | 11011011 | 11010101 | 1100010 | 0 | 11 | 110111 | 1110 | 111001 | 111111 | 111110 |
Color Harmonies of #DBD562
Complementary color
Monochromatic Colors of #DBD562
Black with #DBD562
Text Example
Text Example
White with #DBD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD562; }
p { color: rgb(219,213,98); }
H1.HeaderClassName
{
color: #DBD562;
}
.AnyTagClassName
{
color: #DBD562;
}
</style>
background-color css
<style>
a { background-color: #DBD562; }
a { background-color: rgb(219,213,98); }
div.DivClassName
{
background-color: #DBD562;
}
.BgClassName
{
background-color: #DBD562;
}
</style>
border-color css
<style>
span { border-color: #DBD562; }
span { border-color: rgb(219,213,98); }
td.TdClassName
{
border-color: #DBD562;
}
.TagClassName
{
border-color: #DBD562;
}
</style>