Shades of Goldenrod #DBD365
Tints of Goldenrod #DBD365
RGB
CMYK
RGB Variations
Color information
#DBD365 (or 0xDBD365) is known color: Goldenrod. HEX triplet: DB, D3 and 65. RGB value is (219,211,101). Sum of RGB (Red+Green+Blue) = 219+211+101=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD365 is #242C9A. Grayscale: #C9C9C9. Windows color (decimal): -2370715 or 6673371. OLE color: 6673371.
HSL color Cylindrical-coordinate representation of color #DBD365: hue angle of 55.93º 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 #DBD365 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 101 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.14 |
| HSL | 55.93º | 0.62% | 0.63% | - |
| HSV(B) | 55.93º | 0.54% | 0.86% | - |
| XYZ | 54.86 | 62.59 | 21.5 | - |
| YUV | 200.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 101 | 0 | 0.04 | 0.54 | 0.14 | 55.93 | 0.62 | 0.63 |
| Hex | DB | D3 | 65 | 0 | 4 | 36 | E | 38 | 3E | 3F |
| Octal | 333 | 323 | 145 | 0 | 4 | 66 | 16 | 70 | 76 | 77 |
| Binary | 11011011 | 11010011 | 1100101 | 0 | 100 | 110110 | 1110 | 111000 | 111110 | 111111 |
Color Harmonies of #DBD365
Complementary color
Monochromatic Colors of #DBD365
Black with #DBD365
Text Example
Text Example
White with #DBD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD365; }
p { color: rgb(219,211,101); }
H1.HeaderClassName
{
color: #DBD365;
}
.AnyTagClassName
{
color: #DBD365;
}
</style>
background-color css
<style>
a { background-color: #DBD365; }
a { background-color: rgb(219,211,101); }
div.DivClassName
{
background-color: #DBD365;
}
.BgClassName
{
background-color: #DBD365;
}
</style>
border-color css
<style>
span { border-color: #DBD365; }
span { border-color: rgb(219,211,101); }
td.TdClassName
{
border-color: #DBD365;
}
.TagClassName
{
border-color: #DBD365;
}
</style>