Shades of Equator #DBB56B
Tints of Equator #DBB56B
RGB
CMYK
RGB Variations
Color information
#DBB56B (or 0xDBB56B) is known color: Equator. HEX triplet: DB, B5 and 6B. RGB value is (219,181,107). Sum of RGB (Red+Green+Blue) = 219+181+107=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB56B is #244A94. Grayscale: #B8B8B8. Windows color (decimal): -2378389 or 7058907. OLE color: 7058907.
HSL color Cylindrical-coordinate representation of color #DBB56B: hue angle of 39.64º 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 #DBB56B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.14 |
| HSL | 39.64º | 0.61% | 0.64% | - |
| HSV(B) | 39.64º | 0.51% | 0.86% | - |
| XYZ | 48.39 | 49.17 | 20.85 | - |
| YUV | 183.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 107 | 0 | 0.17 | 0.51 | 0.14 | 39.64 | 0.61 | 0.64 |
| Hex | DB | B5 | 6B | 0 | 11 | 33 | E | 28 | 3D | 40 |
| Octal | 333 | 265 | 153 | 0 | 21 | 63 | 16 | 50 | 75 | 100 |
| Binary | 11011011 | 10110101 | 1101011 | 0 | 10001 | 110011 | 1110 | 101000 | 111101 | 1000000 |
Color Harmonies of #DBB56B
Complementary color
Monochromatic Colors of #DBB56B
Black with #DBB56B
Text Example
Text Example
White with #DBB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB56B; }
p { color: rgb(219,181,107); }
H1.HeaderClassName
{
color: #DBB56B;
}
.AnyTagClassName
{
color: #DBB56B;
}
</style>
background-color css
<style>
a { background-color: #DBB56B; }
a { background-color: rgb(219,181,107); }
div.DivClassName
{
background-color: #DBB56B;
}
.BgClassName
{
background-color: #DBB56B;
}
</style>
border-color css
<style>
span { border-color: #DBB56B; }
span { border-color: rgb(219,181,107); }
td.TdClassName
{
border-color: #DBB56B;
}
.TagClassName
{
border-color: #DBB56B;
}
</style>