Shades of Equator #DBB169
Tints of Equator #DBB169
RGB
CMYK
RGB Variations
Color information
#DBB169 (or 0xDBB169) is known color: Equator. HEX triplet: DB, B1 and 69. RGB value is (219,177,105). Sum of RGB (Red+Green+Blue) = 219+177+105=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB169 is #244E96. Grayscale: #B5B5B5. Windows color (decimal): -2379415 or 6926811. OLE color: 6926811.
HSL color Cylindrical-coordinate representation of color #DBB169: hue angle of 37.89º 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 #DBB169 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 105 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.14 |
| HSL | 37.89º | 0.61% | 0.64% | - |
| HSV(B) | 37.89º | 0.52% | 0.86% | - |
| XYZ | 47.49 | 47.52 | 20.03 | - |
| YUV | 181.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 105 | 0 | 0.19 | 0.52 | 0.14 | 37.89 | 0.61 | 0.64 |
| Hex | DB | B1 | 69 | 0 | 13 | 34 | E | 26 | 3D | 40 |
| Octal | 333 | 261 | 151 | 0 | 23 | 64 | 16 | 46 | 75 | 100 |
| Binary | 11011011 | 10110001 | 1101001 | 0 | 10011 | 110100 | 1110 | 100110 | 111101 | 1000000 |
Color Harmonies of #DBB169
Complementary color
Monochromatic Colors of #DBB169
Black with #DBB169
Text Example
Text Example
White with #DBB169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB169; }
p { color: rgb(219,177,105); }
H1.HeaderClassName
{
color: #DBB169;
}
.AnyTagClassName
{
color: #DBB169;
}
</style>
background-color css
<style>
a { background-color: #DBB169; }
a { background-color: rgb(219,177,105); }
div.DivClassName
{
background-color: #DBB169;
}
.BgClassName
{
background-color: #DBB169;
}
</style>
border-color css
<style>
span { border-color: #DBB169; }
span { border-color: rgb(219,177,105); }
td.TdClassName
{
border-color: #DBB169;
}
.TagClassName
{
border-color: #DBB169;
}
</style>