Shades of Equator #DBB069
Tints of Equator #DBB069
RGB
CMYK
RGB Variations
Color information
#DBB069 (or 0xDBB069) is known color: Equator. HEX triplet: DB, B0 and 69. RGB value is (219,176,105). Sum of RGB (Red+Green+Blue) = 219+176+105=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB069 is #244F96. Grayscale: #B5B5B5. Windows color (decimal): -2379671 or 6926555. OLE color: 6926555.
HSL color Cylindrical-coordinate representation of color #DBB069: hue angle of 37.37º 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 #DBB069 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 37.37º | 0.61% | 0.64% | - |
| HSV(B) | 37.37º | 0.52% | 0.86% | - |
| XYZ | 47.29 | 47.13 | 19.97 | - |
| YUV | 180.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 105 | 0 | 0.20 | 0.52 | 0.14 | 37.37 | 0.61 | 0.64 |
| Hex | DB | B0 | 69 | 0 | 14 | 34 | E | 25 | 3D | 40 |
| Octal | 333 | 260 | 151 | 0 | 24 | 64 | 16 | 45 | 75 | 100 |
| Binary | 11011011 | 10110000 | 1101001 | 0 | 10100 | 110100 | 1110 | 100101 | 111101 | 1000000 |
Color Harmonies of #DBB069
Complementary color
Monochromatic Colors of #DBB069
Black with #DBB069
Text Example
Text Example
White with #DBB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB069; }
p { color: rgb(219,176,105); }
H1.HeaderClassName
{
color: #DBB069;
}
.AnyTagClassName
{
color: #DBB069;
}
</style>
background-color css
<style>
a { background-color: #DBB069; }
a { background-color: rgb(219,176,105); }
div.DivClassName
{
background-color: #DBB069;
}
.BgClassName
{
background-color: #DBB069;
}
</style>
border-color css
<style>
span { border-color: #DBB069; }
span { border-color: rgb(219,176,105); }
td.TdClassName
{
border-color: #DBB069;
}
.TagClassName
{
border-color: #DBB069;
}
</style>