Shades of Goldenrod #DBD567
Tints of Goldenrod #DBD567
RGB
CMYK
RGB Variations
Color information
#DBD567 (or 0xDBD567) is known color: Goldenrod. HEX triplet: DB, D5 and 67. RGB value is (219,213,103). Sum of RGB (Red+Green+Blue) = 219+213+103=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD567 is #242A98. Grayscale: #CACACA. Windows color (decimal): -2370201 or 6804955. OLE color: 6804955.
HSL color Cylindrical-coordinate representation of color #DBD567: hue angle of 56.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBD567 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 103 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.9º | 0.62% | 0.63% | - |
| HSV(B) | 56.9º | 0.53% | 0.86% | - |
| XYZ | 55.46 | 63.63 | 22.19 | - |
| YUV | 202.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 103 | 0 | 0.03 | 0.53 | 0.14 | 56.9 | 0.62 | 0.63 |
| Hex | DB | D5 | 67 | 0 | 3 | 35 | E | 39 | 3E | 3F |
| Octal | 333 | 325 | 147 | 0 | 3 | 65 | 16 | 71 | 76 | 77 |
| Binary | 11011011 | 11010101 | 1100111 | 0 | 11 | 110101 | 1110 | 111001 | 111110 | 111111 |
Color Harmonies of #DBD567
Complementary color
Monochromatic Colors of #DBD567
Black with #DBD567
Text Example
Text Example
White with #DBD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD567; }
p { color: rgb(219,213,103); }
H1.HeaderClassName
{
color: #DBD567;
}
.AnyTagClassName
{
color: #DBD567;
}
</style>
background-color css
<style>
a { background-color: #DBD567; }
a { background-color: rgb(219,213,103); }
div.DivClassName
{
background-color: #DBD567;
}
.BgClassName
{
background-color: #DBD567;
}
</style>
border-color css
<style>
span { border-color: #DBD567; }
span { border-color: rgb(219,213,103); }
td.TdClassName
{
border-color: #DBD567;
}
.TagClassName
{
border-color: #DBD567;
}
</style>