Shades of Equator #DBA969
Tints of Equator #DBA969
RGB
CMYK
RGB Variations
Color information
#DBA969 (or 0xDBA969) is known color: Equator. HEX triplet: DB, A9 and 69. RGB value is (219,169,105). Sum of RGB (Red+Green+Blue) = 219+169+105=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA969 is #245696. Grayscale: #B0B0B0. Windows color (decimal): -2381463 or 6924763. OLE color: 6924763.
HSL color Cylindrical-coordinate representation of color #DBA969: hue angle of 33.68º 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 #DBA969 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 105 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 33.68º | 0.61% | 0.64% | - |
| HSV(B) | 33.68º | 0.52% | 0.86% | - |
| XYZ | 45.95 | 44.46 | 19.52 | - |
| YUV | 176.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 105 | 0 | 0.23 | 0.52 | 0.14 | 33.68 | 0.61 | 0.64 |
| Hex | DB | A9 | 69 | 0 | 17 | 34 | E | 22 | 3D | 40 |
| Octal | 333 | 251 | 151 | 0 | 27 | 64 | 16 | 42 | 75 | 100 |
| Binary | 11011011 | 10101001 | 1101001 | 0 | 10111 | 110100 | 1110 | 100010 | 111101 | 1000000 |
Color Harmonies of #DBA969
Complementary color
Monochromatic Colors of #DBA969
Black with #DBA969
Text Example
Text Example
White with #DBA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA969; }
p { color: rgb(219,169,105); }
H1.HeaderClassName
{
color: #DBA969;
}
.AnyTagClassName
{
color: #DBA969;
}
</style>
background-color css
<style>
a { background-color: #DBA969; }
a { background-color: rgb(219,169,105); }
div.DivClassName
{
background-color: #DBA969;
}
.BgClassName
{
background-color: #DBA969;
}
</style>
border-color css
<style>
span { border-color: #DBA969; }
span { border-color: rgb(219,169,105); }
td.TdClassName
{
border-color: #DBA969;
}
.TagClassName
{
border-color: #DBA969;
}
</style>