Shades of Equator #DBB96A
Tints of Equator #DBB96A
RGB
CMYK
RGB Variations
Color information
#DBB96A (or 0xDBB96A) is known color: Equator. HEX triplet: DB, B9 and 6A. RGB value is (219,185,106). Sum of RGB (Red+Green+Blue) = 219+185+106=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB96A is #244695. Grayscale: #BABABA. Windows color (decimal): -2377366 or 6994395. OLE color: 6994395.
HSL color Cylindrical-coordinate representation of color #DBB96A: hue angle of 41.95º 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 #DBB96A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.95º | 0.61% | 0.64% | - |
| HSV(B) | 41.95º | 0.52% | 0.86% | - |
| XYZ | 49.16 | 50.8 | 20.85 | - |
| YUV | 186.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 106 | 0 | 0.16 | 0.52 | 0.14 | 41.95 | 0.61 | 0.64 |
| Hex | DB | B9 | 6A | 0 | 10 | 34 | E | 2A | 3D | 40 |
| Octal | 333 | 271 | 152 | 0 | 20 | 64 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111001 | 1101010 | 0 | 10000 | 110100 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBB96A
Complementary color
Monochromatic Colors of #DBB96A
Black with #DBB96A
Text Example
Text Example
White with #DBB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB96A; }
p { color: rgb(219,185,106); }
H1.HeaderClassName
{
color: #DBB96A;
}
.AnyTagClassName
{
color: #DBB96A;
}
</style>
background-color css
<style>
a { background-color: #DBB96A; }
a { background-color: rgb(219,185,106); }
div.DivClassName
{
background-color: #DBB96A;
}
.BgClassName
{
background-color: #DBB96A;
}
</style>
border-color css
<style>
span { border-color: #DBB96A; }
span { border-color: rgb(219,185,106); }
td.TdClassName
{
border-color: #DBB96A;
}
.TagClassName
{
border-color: #DBB96A;
}
</style>