Shades of Equator #DBB65F
Tints of Equator #DBB65F
RGB
CMYK
RGB Variations
Color information
#DBB65F (or 0xDBB65F) is known color: Equator. HEX triplet: DB, B6 and 5F. RGB value is (219,182,95). Sum of RGB (Red+Green+Blue) = 219+182+95=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB65F is #2449A0. Grayscale: #B7B7B7. Windows color (decimal): -2378145 or 6272731. OLE color: 6272731.
HSL color Cylindrical-coordinate representation of color #DBB65F: hue angle of 42.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB65F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.14 |
| HSL | 42.1º | 0.63% | 0.62% | - |
| HSV(B) | 42.1º | 0.57% | 0.86% | - |
| XYZ | 48.01 | 49.34 | 17.82 | - |
| YUV | 183.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 95 | 0 | 0.17 | 0.57 | 0.14 | 42.1 | 0.63 | 0.62 |
| Hex | DB | B6 | 5F | 0 | 11 | 39 | E | 2A | 3F | 3E |
| Octal | 333 | 266 | 137 | 0 | 21 | 71 | 16 | 52 | 77 | 76 |
| Binary | 11011011 | 10110110 | 1011111 | 0 | 10001 | 111001 | 1110 | 101010 | 111111 | 111110 |
Color Harmonies of #DBB65F
Complementary color
Monochromatic Colors of #DBB65F
Black with #DBB65F
Text Example
Text Example
White with #DBB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB65F; }
p { color: rgb(219,182,95); }
H1.HeaderClassName
{
color: #DBB65F;
}
.AnyTagClassName
{
color: #DBB65F;
}
</style>
background-color css
<style>
a { background-color: #DBB65F; }
a { background-color: rgb(219,182,95); }
div.DivClassName
{
background-color: #DBB65F;
}
.BgClassName
{
background-color: #DBB65F;
}
</style>
border-color css
<style>
span { border-color: #DBB65F; }
span { border-color: rgb(219,182,95); }
td.TdClassName
{
border-color: #DBB65F;
}
.TagClassName
{
border-color: #DBB65F;
}
</style>