Shades of Goldenrod #DBD565
Tints of Goldenrod #DBD565
RGB
CMYK
RGB Variations
Color information
#DBD565 (or 0xDBD565) is known color: Goldenrod. HEX triplet: DB, D5 and 65. RGB value is (219,213,101). Sum of RGB (Red+Green+Blue) = 219+213+101=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD565 is #242A9A. Grayscale: #CACACA. Windows color (decimal): -2370203 or 6673883. OLE color: 6673883.
HSL color Cylindrical-coordinate representation of color #DBD565: hue angle of 56.95º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBD565 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 101 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.14 |
| HSL | 56.95º | 0.62% | 0.63% | - |
| HSV(B) | 56.95º | 0.54% | 0.86% | - |
| XYZ | 55.36 | 63.59 | 21.67 | - |
| YUV | 202.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 101 | 0 | 0.03 | 0.54 | 0.14 | 56.95 | 0.62 | 0.63 |
| Hex | DB | D5 | 65 | 0 | 3 | 36 | E | 39 | 3E | 3F |
| Octal | 333 | 325 | 145 | 0 | 3 | 66 | 16 | 71 | 76 | 77 |
| Binary | 11011011 | 11010101 | 1100101 | 0 | 11 | 110110 | 1110 | 111001 | 111110 | 111111 |
Color Harmonies of #DBD565
Complementary color
Monochromatic Colors of #DBD565
Black with #DBD565
Text Example
Text Example
White with #DBD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD565; }
p { color: rgb(219,213,101); }
H1.HeaderClassName
{
color: #DBD565;
}
.AnyTagClassName
{
color: #DBD565;
}
</style>
background-color css
<style>
a { background-color: #DBD565; }
a { background-color: rgb(219,213,101); }
div.DivClassName
{
background-color: #DBD565;
}
.BgClassName
{
background-color: #DBD565;
}
</style>
border-color css
<style>
span { border-color: #DBD565; }
span { border-color: rgb(219,213,101); }
td.TdClassName
{
border-color: #DBD565;
}
.TagClassName
{
border-color: #DBD565;
}
</style>