Shades of Equator #DBB168
Tints of Equator #DBB168
RGB
CMYK
RGB Variations
Color information
#DBB168 (or 0xDBB168) is known color: Equator. HEX triplet: DB, B1 and 68. RGB value is (219,177,104). Sum of RGB (Red+Green+Blue) = 219+177+104=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB168 is #244E97. Grayscale: #B5B5B5. Windows color (decimal): -2379416 or 6861275. OLE color: 6861275.
HSL color Cylindrical-coordinate representation of color #DBB168: hue angle of 38.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBB168 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 104 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.09º | 0.61% | 0.63% | - |
| HSV(B) | 38.09º | 0.53% | 0.86% | - |
| XYZ | 47.43 | 47.5 | 19.77 | - |
| YUV | 181.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 104 | 0 | 0.19 | 0.53 | 0.14 | 38.09 | 0.61 | 0.63 |
| Hex | DB | B1 | 68 | 0 | 13 | 35 | E | 26 | 3D | 3F |
| Octal | 333 | 261 | 150 | 0 | 23 | 65 | 16 | 46 | 75 | 77 |
| Binary | 11011011 | 10110001 | 1101000 | 0 | 10011 | 110101 | 1110 | 100110 | 111101 | 111111 |
Color Harmonies of #DBB168
Complementary color
Monochromatic Colors of #DBB168
Black with #DBB168
Text Example
Text Example
White with #DBB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB168; }
p { color: rgb(219,177,104); }
H1.HeaderClassName
{
color: #DBB168;
}
.AnyTagClassName
{
color: #DBB168;
}
</style>
background-color css
<style>
a { background-color: #DBB168; }
a { background-color: rgb(219,177,104); }
div.DivClassName
{
background-color: #DBB168;
}
.BgClassName
{
background-color: #DBB168;
}
</style>
border-color css
<style>
span { border-color: #DBB168; }
span { border-color: rgb(219,177,104); }
td.TdClassName
{
border-color: #DBB168;
}
.TagClassName
{
border-color: #DBB168;
}
</style>