Shades of Equator #DBB969
Tints of Equator #DBB969
RGB
CMYK
RGB Variations
Color information
#DBB969 (or 0xDBB969) is known color: Equator. HEX triplet: DB, B9 and 69. RGB value is (219,185,105). Sum of RGB (Red+Green+Blue) = 219+185+105=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB969 is #244696. Grayscale: #BABABA. Windows color (decimal): -2377367 or 6928859. OLE color: 6928859.
HSL color Cylindrical-coordinate representation of color #DBB969: hue angle of 42.11º 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 #DBB969 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 42.11º | 0.61% | 0.64% | - |
| HSV(B) | 42.11º | 0.52% | 0.86% | - |
| XYZ | 49.11 | 50.78 | 20.58 | - |
| YUV | 186.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 105 | 0 | 0.16 | 0.52 | 0.14 | 42.11 | 0.61 | 0.64 |
| Hex | DB | B9 | 69 | 0 | 10 | 34 | E | 2A | 3D | 40 |
| Octal | 333 | 271 | 151 | 0 | 20 | 64 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111001 | 1101001 | 0 | 10000 | 110100 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBB969
Complementary color
Monochromatic Colors of #DBB969
Black with #DBB969
Text Example
Text Example
White with #DBB969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB969; }
p { color: rgb(219,185,105); }
H1.HeaderClassName
{
color: #DBB969;
}
.AnyTagClassName
{
color: #DBB969;
}
</style>
background-color css
<style>
a { background-color: #DBB969; }
a { background-color: rgb(219,185,105); }
div.DivClassName
{
background-color: #DBB969;
}
.BgClassName
{
background-color: #DBB969;
}
</style>
border-color css
<style>
span { border-color: #DBB969; }
span { border-color: rgb(219,185,105); }
td.TdClassName
{
border-color: #DBB969;
}
.TagClassName
{
border-color: #DBB969;
}
</style>