Shades of Goldenrod #DBD269
Tints of Goldenrod #DBD269
RGB
CMYK
RGB Variations
Color information
#DBD269 (or 0xDBD269) is known color: Goldenrod. HEX triplet: DB, D2 and 69. RGB value is (219,210,105). Sum of RGB (Red+Green+Blue) = 219+210+105=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD269 is #242D96. Grayscale: #C9C9C9. Windows color (decimal): -2370967 or 6935259. OLE color: 6935259.
HSL color Cylindrical-coordinate representation of color #DBD269: hue angle of 55.26º 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 #DBD269 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 105 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.14 |
| HSL | 55.26º | 0.61% | 0.64% | - |
| HSV(B) | 55.26º | 0.52% | 0.86% | - |
| XYZ | 54.81 | 62.17 | 22.48 | - |
| YUV | 200.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 105 | 0 | 0.04 | 0.52 | 0.14 | 55.26 | 0.61 | 0.64 |
| Hex | DB | D2 | 69 | 0 | 4 | 34 | E | 37 | 3D | 40 |
| Octal | 333 | 322 | 151 | 0 | 4 | 64 | 16 | 67 | 75 | 100 |
| Binary | 11011011 | 11010010 | 1101001 | 0 | 100 | 110100 | 1110 | 110111 | 111101 | 1000000 |
Color Harmonies of #DBD269
Complementary color
Monochromatic Colors of #DBD269
Black with #DBD269
Text Example
Text Example
White with #DBD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD269; }
p { color: rgb(219,210,105); }
H1.HeaderClassName
{
color: #DBD269;
}
.AnyTagClassName
{
color: #DBD269;
}
</style>
background-color css
<style>
a { background-color: #DBD269; }
a { background-color: rgb(219,210,105); }
div.DivClassName
{
background-color: #DBD269;
}
.BgClassName
{
background-color: #DBD269;
}
</style>
border-color css
<style>
span { border-color: #DBD269; }
span { border-color: rgb(219,210,105); }
td.TdClassName
{
border-color: #DBD269;
}
.TagClassName
{
border-color: #DBD269;
}
</style>