Shades of Equator #DBB36A
Tints of Equator #DBB36A
RGB
CMYK
RGB Variations
Color information
#DBB36A (or 0xDBB36A) is known color: Equator. HEX triplet: DB, B3 and 6A. RGB value is (219,179,106). Sum of RGB (Red+Green+Blue) = 219+179+106=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB36A is #244C95. Grayscale: #B6B6B6. Windows color (decimal): -2378902 or 6992859. OLE color: 6992859.
HSL color Cylindrical-coordinate representation of color #DBB36A: hue angle of 38.76º 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 #DBB36A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 106 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.14 |
| HSL | 38.76º | 0.61% | 0.64% | - |
| HSV(B) | 38.76º | 0.52% | 0.86% | - |
| XYZ | 47.94 | 48.34 | 20.44 | - |
| YUV | 182.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 106 | 0 | 0.18 | 0.52 | 0.14 | 38.76 | 0.61 | 0.64 |
| Hex | DB | B3 | 6A | 0 | 12 | 34 | E | 27 | 3D | 40 |
| Octal | 333 | 263 | 152 | 0 | 22 | 64 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110011 | 1101010 | 0 | 10010 | 110100 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB36A
Complementary color
Monochromatic Colors of #DBB36A
Black with #DBB36A
Text Example
Text Example
White with #DBB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB36A; }
p { color: rgb(219,179,106); }
H1.HeaderClassName
{
color: #DBB36A;
}
.AnyTagClassName
{
color: #DBB36A;
}
</style>
background-color css
<style>
a { background-color: #DBB36A; }
a { background-color: rgb(219,179,106); }
div.DivClassName
{
background-color: #DBB36A;
}
.BgClassName
{
background-color: #DBB36A;
}
</style>
border-color css
<style>
span { border-color: #DBB36A; }
span { border-color: rgb(219,179,106); }
td.TdClassName
{
border-color: #DBB36A;
}
.TagClassName
{
border-color: #DBB36A;
}
</style>