Shades of Equator #DBB565
Tints of Equator #DBB565
RGB
CMYK
RGB Variations
Color information
#DBB565 (or 0xDBB565) is known color: Equator. HEX triplet: DB, B5 and 65. RGB value is (219,181,101). Sum of RGB (Red+Green+Blue) = 219+181+101=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB565 is #244A9A. Grayscale: #B7B7B7. Windows color (decimal): -2378395 or 6665691. OLE color: 6665691.
HSL color Cylindrical-coordinate representation of color #DBB565: hue angle of 40.68º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBB565 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 101 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.14 |
| HSL | 40.68º | 0.62% | 0.63% | - |
| HSV(B) | 40.68º | 0.54% | 0.86% | - |
| XYZ | 48.09 | 49.05 | 19.24 | - |
| YUV | 183.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 101 | 0 | 0.17 | 0.54 | 0.14 | 40.68 | 0.62 | 0.63 |
| Hex | DB | B5 | 65 | 0 | 11 | 36 | E | 29 | 3E | 3F |
| Octal | 333 | 265 | 145 | 0 | 21 | 66 | 16 | 51 | 76 | 77 |
| Binary | 11011011 | 10110101 | 1100101 | 0 | 10001 | 110110 | 1110 | 101001 | 111110 | 111111 |
Color Harmonies of #DBB565
Complementary color
Monochromatic Colors of #DBB565
Black with #DBB565
Text Example
Text Example
White with #DBB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB565; }
p { color: rgb(219,181,101); }
H1.HeaderClassName
{
color: #DBB565;
}
.AnyTagClassName
{
color: #DBB565;
}
</style>
background-color css
<style>
a { background-color: #DBB565; }
a { background-color: rgb(219,181,101); }
div.DivClassName
{
background-color: #DBB565;
}
.BgClassName
{
background-color: #DBB565;
}
</style>
border-color css
<style>
span { border-color: #DBB565; }
span { border-color: rgb(219,181,101); }
td.TdClassName
{
border-color: #DBB565;
}
.TagClassName
{
border-color: #DBB565;
}
</style>