Shades of Equator #DBB869
Tints of Equator #DBB869
RGB
CMYK
RGB Variations
Color information
#DBB869 (or 0xDBB869) is known color: Equator. HEX triplet: DB, B8 and 69. RGB value is (219,184,105). Sum of RGB (Red+Green+Blue) = 219+184+105=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB869 is #244796. Grayscale: #B9B9B9. Windows color (decimal): -2377623 or 6928603. OLE color: 6928603.
HSL color Cylindrical-coordinate representation of color #DBB869: hue angle of 41.58º 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 #DBB869 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.58º | 0.61% | 0.64% | - |
| HSV(B) | 41.58º | 0.52% | 0.86% | - |
| XYZ | 48.9 | 50.36 | 20.51 | - |
| YUV | 185.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 105 | 0 | 0.16 | 0.52 | 0.14 | 41.58 | 0.61 | 0.64 |
| Hex | DB | B8 | 69 | 0 | 10 | 34 | E | 2A | 3D | 40 |
| Octal | 333 | 270 | 151 | 0 | 20 | 64 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111000 | 1101001 | 0 | 10000 | 110100 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBB869
Complementary color
Monochromatic Colors of #DBB869
Black with #DBB869
Text Example
Text Example
White with #DBB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB869; }
p { color: rgb(219,184,105); }
H1.HeaderClassName
{
color: #DBB869;
}
.AnyTagClassName
{
color: #DBB869;
}
</style>
background-color css
<style>
a { background-color: #DBB869; }
a { background-color: rgb(219,184,105); }
div.DivClassName
{
background-color: #DBB869;
}
.BgClassName
{
background-color: #DBB869;
}
</style>
border-color css
<style>
span { border-color: #DBB869; }
span { border-color: rgb(219,184,105); }
td.TdClassName
{
border-color: #DBB869;
}
.TagClassName
{
border-color: #DBB869;
}
</style>