Shades of Equator #DBB56C
Tints of Equator #DBB56C
RGB
CMYK
RGB Variations
Color information
#DBB56C (or 0xDBB56C) is known color: Equator. HEX triplet: DB, B5 and 6C. RGB value is (219,181,108). Sum of RGB (Red+Green+Blue) = 219+181+108=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB56C is #244A93. Grayscale: #B8B8B8. Windows color (decimal): -2378388 or 7124443. OLE color: 7124443.
HSL color Cylindrical-coordinate representation of color #DBB56C: hue angle of 39.46º 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 #DBB56C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 108 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.14 |
| HSL | 39.46º | 0.61% | 0.64% | - |
| HSV(B) | 39.46º | 0.51% | 0.86% | - |
| XYZ | 48.44 | 49.19 | 21.13 | - |
| YUV | 184.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 108 | 0 | 0.17 | 0.51 | 0.14 | 39.46 | 0.61 | 0.64 |
| Hex | DB | B5 | 6C | 0 | 11 | 33 | E | 27 | 3D | 40 |
| Octal | 333 | 265 | 154 | 0 | 21 | 63 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110101 | 1101100 | 0 | 10001 | 110011 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB56C
Complementary color
Monochromatic Colors of #DBB56C
Black with #DBB56C
Text Example
Text Example
White with #DBB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB56C; }
p { color: rgb(219,181,108); }
H1.HeaderClassName
{
color: #DBB56C;
}
.AnyTagClassName
{
color: #DBB56C;
}
</style>
background-color css
<style>
a { background-color: #DBB56C; }
a { background-color: rgb(219,181,108); }
div.DivClassName
{
background-color: #DBB56C;
}
.BgClassName
{
background-color: #DBB56C;
}
</style>
border-color css
<style>
span { border-color: #DBB56C; }
span { border-color: rgb(219,181,108); }
td.TdClassName
{
border-color: #DBB56C;
}
.TagClassName
{
border-color: #DBB56C;
}
</style>