Shades of Goldenrod #DBD769
Tints of Goldenrod #DBD769
RGB
CMYK
RGB Variations
Color information
#DBD769 (or 0xDBD769) is known color: Goldenrod. HEX triplet: DB, D7 and 69. RGB value is (219,215,105). Sum of RGB (Red+Green+Blue) = 219+215+105=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD769 is #242896. Grayscale: #CCCCCC. Windows color (decimal): -2369687 or 6936539. OLE color: 6936539.
HSL color Cylindrical-coordinate representation of color #DBD769: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBD769 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 105 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.14 |
| HSL | 57.89º | 0.61% | 0.64% | - |
| HSV(B) | 57.89º | 0.52% | 0.86% | - |
| XYZ | 56.06 | 64.68 | 22.89 | - |
| YUV | 203.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 105 | 0 | 0.02 | 0.52 | 0.14 | 57.89 | 0.61 | 0.64 |
| Hex | DB | D7 | 69 | 0 | 2 | 34 | E | 3A | 3D | 40 |
| Octal | 333 | 327 | 151 | 0 | 2 | 64 | 16 | 72 | 75 | 100 |
| Binary | 11011011 | 11010111 | 1101001 | 0 | 10 | 110100 | 1110 | 111010 | 111101 | 1000000 |
Color Harmonies of #DBD769
Complementary color
Monochromatic Colors of #DBD769
Black with #DBD769
Text Example
Text Example
White with #DBD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD769; }
p { color: rgb(219,215,105); }
H1.HeaderClassName
{
color: #DBD769;
}
.AnyTagClassName
{
color: #DBD769;
}
</style>
background-color css
<style>
a { background-color: #DBD769; }
a { background-color: rgb(219,215,105); }
div.DivClassName
{
background-color: #DBD769;
}
.BgClassName
{
background-color: #DBD769;
}
</style>
border-color css
<style>
span { border-color: #DBD769; }
span { border-color: rgb(219,215,105); }
td.TdClassName
{
border-color: #DBD769;
}
.TagClassName
{
border-color: #DBD769;
}
</style>