Shades of Equator #DBB26C
Tints of Equator #DBB26C
RGB
CMYK
RGB Variations
Color information
#DBB26C (or 0xDBB26C) is known color: Equator. HEX triplet: DB, B2 and 6C. RGB value is (219,178,108). Sum of RGB (Red+Green+Blue) = 219+178+108=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB26C is #244D93. Grayscale: #B6B6B6. Windows color (decimal): -2379156 or 7123675. OLE color: 7123675.
HSL color Cylindrical-coordinate representation of color #DBB26C: hue angle of 37.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB26C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 108 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.14 |
| HSL | 37.84º | 0.61% | 0.64% | - |
| HSV(B) | 37.84º | 0.51% | 0.86% | - |
| XYZ | 47.84 | 47.98 | 20.93 | - |
| YUV | 182.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 108 | 0 | 0.19 | 0.51 | 0.14 | 37.84 | 0.61 | 0.64 |
| Hex | DB | B2 | 6C | 0 | 13 | 33 | E | 26 | 3D | 40 |
| Octal | 333 | 262 | 154 | 0 | 23 | 63 | 16 | 46 | 75 | 100 |
| Binary | 11011011 | 10110010 | 1101100 | 0 | 10011 | 110011 | 1110 | 100110 | 111101 | 1000000 |
Color Harmonies of #DBB26C
Complementary color
Monochromatic Colors of #DBB26C
Black with #DBB26C
Text Example
Text Example
White with #DBB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB26C; }
p { color: rgb(219,178,108); }
H1.HeaderClassName
{
color: #DBB26C;
}
.AnyTagClassName
{
color: #DBB26C;
}
</style>
background-color css
<style>
a { background-color: #DBB26C; }
a { background-color: rgb(219,178,108); }
div.DivClassName
{
background-color: #DBB26C;
}
.BgClassName
{
background-color: #DBB26C;
}
</style>
border-color css
<style>
span { border-color: #DBB26C; }
span { border-color: rgb(219,178,108); }
td.TdClassName
{
border-color: #DBB26C;
}
.TagClassName
{
border-color: #DBB26C;
}
</style>