Shades of Equator #DBB569
Tints of Equator #DBB569
RGB
CMYK
RGB Variations
Color information
#DBB569 (or 0xDBB569) is known color: Equator. HEX triplet: DB, B5 and 69. RGB value is (219,181,105). Sum of RGB (Red+Green+Blue) = 219+181+105=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB569 is #244A96. Grayscale: #B8B8B8. Windows color (decimal): -2378391 or 6927835. OLE color: 6927835.
HSL color Cylindrical-coordinate representation of color #DBB569: hue angle of 40º 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 #DBB569 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 105 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.14 |
| HSL | 40º | 0.61% | 0.64% | - |
| HSV(B) | 40º | 0.52% | 0.86% | - |
| XYZ | 48.29 | 49.13 | 20.3 | - |
| YUV | 183.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 105 | 0 | 0.17 | 0.52 | 0.14 | 40 | 0.61 | 0.64 |
| Hex | DB | B5 | 69 | 0 | 11 | 34 | E | 28 | 3D | 40 |
| Octal | 333 | 265 | 151 | 0 | 21 | 64 | 16 | 50 | 75 | 100 |
| Binary | 11011011 | 10110101 | 1101001 | 0 | 10001 | 110100 | 1110 | 101000 | 111101 | 1000000 |
Color Harmonies of #DBB569
Complementary color
Monochromatic Colors of #DBB569
Black with #DBB569
Text Example
Text Example
White with #DBB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB569; }
p { color: rgb(219,181,105); }
H1.HeaderClassName
{
color: #DBB569;
}
.AnyTagClassName
{
color: #DBB569;
}
</style>
background-color css
<style>
a { background-color: #DBB569; }
a { background-color: rgb(219,181,105); }
div.DivClassName
{
background-color: #DBB569;
}
.BgClassName
{
background-color: #DBB569;
}
</style>
border-color css
<style>
span { border-color: #DBB569; }
span { border-color: rgb(219,181,105); }
td.TdClassName
{
border-color: #DBB569;
}
.TagClassName
{
border-color: #DBB569;
}
</style>