Shades of Equator #DBB56A
Tints of Equator #DBB56A
RGB
CMYK
RGB Variations
Color information
#DBB56A (or 0xDBB56A) is known color: Equator. HEX triplet: DB, B5 and 6A. RGB value is (219,181,106). Sum of RGB (Red+Green+Blue) = 219+181+106=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB56A is #244A95. Grayscale: #B8B8B8. Windows color (decimal): -2378390 or 6993371. OLE color: 6993371.
HSL color Cylindrical-coordinate representation of color #DBB56A: hue angle of 39.82º 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 #DBB56A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 106 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.14 |
| HSL | 39.82º | 0.61% | 0.64% | - |
| HSV(B) | 39.82º | 0.52% | 0.86% | - |
| XYZ | 48.34 | 49.15 | 20.57 | - |
| YUV | 183.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 106 | 0 | 0.17 | 0.52 | 0.14 | 39.82 | 0.61 | 0.64 |
| Hex | DB | B5 | 6A | 0 | 11 | 34 | E | 28 | 3D | 40 |
| Octal | 333 | 265 | 152 | 0 | 21 | 64 | 16 | 50 | 75 | 100 |
| Binary | 11011011 | 10110101 | 1101010 | 0 | 10001 | 110100 | 1110 | 101000 | 111101 | 1000000 |
Color Harmonies of #DBB56A
Complementary color
Monochromatic Colors of #DBB56A
Black with #DBB56A
Text Example
Text Example
White with #DBB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB56A; }
p { color: rgb(219,181,106); }
H1.HeaderClassName
{
color: #DBB56A;
}
.AnyTagClassName
{
color: #DBB56A;
}
</style>
background-color css
<style>
a { background-color: #DBB56A; }
a { background-color: rgb(219,181,106); }
div.DivClassName
{
background-color: #DBB56A;
}
.BgClassName
{
background-color: #DBB56A;
}
</style>
border-color css
<style>
span { border-color: #DBB56A; }
span { border-color: rgb(219,181,106); }
td.TdClassName
{
border-color: #DBB56A;
}
.TagClassName
{
border-color: #DBB56A;
}
</style>