Shades of Equator #DBB668
Tints of Equator #DBB668
RGB
CMYK
RGB Variations
Color information
#DBB668 (or 0xDBB668) is known color: Equator. HEX triplet: DB, B6 and 68. RGB value is (219,182,104). Sum of RGB (Red+Green+Blue) = 219+182+104=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB668 is #244997. Grayscale: #B8B8B8. Windows color (decimal): -2378136 or 6862555. OLE color: 6862555.
HSL color Cylindrical-coordinate representation of color #DBB668: hue angle of 40.7º 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 #DBB668 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 104 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.14 |
| HSL | 40.7º | 0.61% | 0.63% | - |
| HSV(B) | 40.7º | 0.53% | 0.86% | - |
| XYZ | 48.44 | 49.52 | 20.1 | - |
| YUV | 184.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 104 | 0 | 0.17 | 0.53 | 0.14 | 40.7 | 0.61 | 0.63 |
| Hex | DB | B6 | 68 | 0 | 11 | 35 | E | 29 | 3D | 3F |
| Octal | 333 | 266 | 150 | 0 | 21 | 65 | 16 | 51 | 75 | 77 |
| Binary | 11011011 | 10110110 | 1101000 | 0 | 10001 | 110101 | 1110 | 101001 | 111101 | 111111 |
Color Harmonies of #DBB668
Complementary color
Monochromatic Colors of #DBB668
Black with #DBB668
Text Example
Text Example
White with #DBB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB668; }
p { color: rgb(219,182,104); }
H1.HeaderClassName
{
color: #DBB668;
}
.AnyTagClassName
{
color: #DBB668;
}
</style>
background-color css
<style>
a { background-color: #DBB668; }
a { background-color: rgb(219,182,104); }
div.DivClassName
{
background-color: #DBB668;
}
.BgClassName
{
background-color: #DBB668;
}
</style>
border-color css
<style>
span { border-color: #DBB668; }
span { border-color: rgb(219,182,104); }
td.TdClassName
{
border-color: #DBB668;
}
.TagClassName
{
border-color: #DBB668;
}
</style>