Shades of Goldenrod #DBD965
Tints of Goldenrod #DBD965
RGB
CMYK
RGB Variations
Color information
#DBD965 (or 0xDBD965) is known color: Goldenrod. HEX triplet: DB, D9 and 65. RGB value is (219,217,101). Sum of RGB (Red+Green+Blue) = 219+217+101=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD965 is #24269A. Grayscale: #CCCCCC. Windows color (decimal): -2369179 or 6674907. OLE color: 6674907.
HSL color Cylindrical-coordinate representation of color #DBD965: hue angle of 58.98º 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 #DBD965 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 101 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.14 |
| HSL | 58.98º | 0.62% | 0.63% | - |
| HSV(B) | 58.98º | 0.54% | 0.86% | - |
| XYZ | 56.38 | 65.63 | 22.01 | - |
| YUV | 204.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 101 | 0 | 0.01 | 0.54 | 0.14 | 58.98 | 0.62 | 0.63 |
| Hex | DB | D9 | 65 | 0 | 1 | 36 | E | 3B | 3E | 3F |
| Octal | 333 | 331 | 145 | 0 | 1 | 66 | 16 | 73 | 76 | 77 |
| Binary | 11011011 | 11011001 | 1100101 | 0 | 1 | 110110 | 1110 | 111011 | 111110 | 111111 |
Color Harmonies of #DBD965
Complementary color
Monochromatic Colors of #DBD965
Black with #DBD965
Text Example
Text Example
White with #DBD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD965; }
p { color: rgb(219,217,101); }
H1.HeaderClassName
{
color: #DBD965;
}
.AnyTagClassName
{
color: #DBD965;
}
</style>
background-color css
<style>
a { background-color: #DBD965; }
a { background-color: rgb(219,217,101); }
div.DivClassName
{
background-color: #DBD965;
}
.BgClassName
{
background-color: #DBD965;
}
</style>
border-color css
<style>
span { border-color: #DBD965; }
span { border-color: rgb(219,217,101); }
td.TdClassName
{
border-color: #DBD965;
}
.TagClassName
{
border-color: #DBD965;
}
</style>