Shades of Goldenrod #DBD065
Tints of Goldenrod #DBD065
RGB
CMYK
RGB Variations
Color information
#DBD065 (or 0xDBD065) is known color: Goldenrod. HEX triplet: DB, D0 and 65. RGB value is (219,208,101). Sum of RGB (Red+Green+Blue) = 219+208+101=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD065 is #242F9A. Grayscale: #C7C7C7. Windows color (decimal): -2371483 or 6672603. OLE color: 6672603.
HSL color Cylindrical-coordinate representation of color #DBD065: hue angle of 54.41º 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 #DBD065 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 101 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 54.41º | 0.62% | 0.63% | - |
| HSV(B) | 54.41º | 0.54% | 0.86% | - |
| XYZ | 54.12 | 61.11 | 21.26 | - |
| YUV | 199.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 101 | 0 | 0.05 | 0.54 | 0.14 | 54.41 | 0.62 | 0.63 |
| Hex | DB | D0 | 65 | 0 | 5 | 36 | E | 36 | 3E | 3F |
| Octal | 333 | 320 | 145 | 0 | 5 | 66 | 16 | 66 | 76 | 77 |
| Binary | 11011011 | 11010000 | 1100101 | 0 | 101 | 110110 | 1110 | 110110 | 111110 | 111111 |
Color Harmonies of #DBD065
Complementary color
Monochromatic Colors of #DBD065
Black with #DBD065
Text Example
Text Example
White with #DBD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD065; }
p { color: rgb(219,208,101); }
H1.HeaderClassName
{
color: #DBD065;
}
.AnyTagClassName
{
color: #DBD065;
}
</style>
background-color css
<style>
a { background-color: #DBD065; }
a { background-color: rgb(219,208,101); }
div.DivClassName
{
background-color: #DBD065;
}
.BgClassName
{
background-color: #DBD065;
}
</style>
border-color css
<style>
span { border-color: #DBD065; }
span { border-color: rgb(219,208,101); }
td.TdClassName
{
border-color: #DBD065;
}
.TagClassName
{
border-color: #DBD065;
}
</style>