Shades of Equator #DBB667
Tints of Equator #DBB667
RGB
CMYK
RGB Variations
Color information
#DBB667 (or 0xDBB667) is known color: Equator. HEX triplet: DB, B6 and 67. RGB value is (219,182,103). Sum of RGB (Red+Green+Blue) = 219+182+103=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB667 is #244998. Grayscale: #B8B8B8. Windows color (decimal): -2378137 or 6797019. OLE color: 6797019.
HSL color Cylindrical-coordinate representation of color #DBB667: hue angle of 40.86º degrees, saturation: 0.62, 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 #DBB667 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 103 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.14 |
| HSL | 40.86º | 0.62% | 0.63% | - |
| HSV(B) | 40.86º | 0.53% | 0.86% | - |
| XYZ | 48.39 | 49.5 | 19.84 | - |
| YUV | 184.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 103 | 0 | 0.17 | 0.53 | 0.14 | 40.86 | 0.62 | 0.63 |
| Hex | DB | B6 | 67 | 0 | 11 | 35 | E | 29 | 3E | 3F |
| Octal | 333 | 266 | 147 | 0 | 21 | 65 | 16 | 51 | 76 | 77 |
| Binary | 11011011 | 10110110 | 1100111 | 0 | 10001 | 110101 | 1110 | 101001 | 111110 | 111111 |
Color Harmonies of #DBB667
Complementary color
Monochromatic Colors of #DBB667
Black with #DBB667
Text Example
Text Example
White with #DBB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB667; }
p { color: rgb(219,182,103); }
H1.HeaderClassName
{
color: #DBB667;
}
.AnyTagClassName
{
color: #DBB667;
}
</style>
background-color css
<style>
a { background-color: #DBB667; }
a { background-color: rgb(219,182,103); }
div.DivClassName
{
background-color: #DBB667;
}
.BgClassName
{
background-color: #DBB667;
}
</style>
border-color css
<style>
span { border-color: #DBB667; }
span { border-color: rgb(219,182,103); }
td.TdClassName
{
border-color: #DBB667;
}
.TagClassName
{
border-color: #DBB667;
}
</style>