Shades of Goldenrod #DBD566
Tints of Goldenrod #DBD566
RGB
CMYK
RGB Variations
Color information
#DBD566 (or 0xDBD566) is known color: Goldenrod. HEX triplet: DB, D5 and 66. RGB value is (219,213,102). Sum of RGB (Red+Green+Blue) = 219+213+102=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD566 is #242A99. Grayscale: #CACACA. Windows color (decimal): -2370202 or 6739419. OLE color: 6739419.
HSL color Cylindrical-coordinate representation of color #DBD566: hue angle of 56.92º 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 #DBD566 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 102 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.92º | 0.62% | 0.63% | - |
| HSV(B) | 56.92º | 0.53% | 0.86% | - |
| XYZ | 55.41 | 63.61 | 21.93 | - |
| YUV | 202.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 102 | 0 | 0.03 | 0.53 | 0.14 | 56.92 | 0.62 | 0.63 |
| Hex | DB | D5 | 66 | 0 | 3 | 35 | E | 39 | 3E | 3F |
| Octal | 333 | 325 | 146 | 0 | 3 | 65 | 16 | 71 | 76 | 77 |
| Binary | 11011011 | 11010101 | 1100110 | 0 | 11 | 110101 | 1110 | 111001 | 111110 | 111111 |
Color Harmonies of #DBD566
Complementary color
Monochromatic Colors of #DBD566
Black with #DBD566
Text Example
Text Example
White with #DBD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD566; }
p { color: rgb(219,213,102); }
H1.HeaderClassName
{
color: #DBD566;
}
.AnyTagClassName
{
color: #DBD566;
}
</style>
background-color css
<style>
a { background-color: #DBD566; }
a { background-color: rgb(219,213,102); }
div.DivClassName
{
background-color: #DBD566;
}
.BgClassName
{
background-color: #DBD566;
}
</style>
border-color css
<style>
span { border-color: #DBD566; }
span { border-color: rgb(219,213,102); }
td.TdClassName
{
border-color: #DBD566;
}
.TagClassName
{
border-color: #DBD566;
}
</style>