Shades of Equator #DBB867
Tints of Equator #DBB867
RGB
CMYK
RGB Variations
Color information
#DBB867 (or 0xDBB867) is known color: Equator. HEX triplet: DB, B8 and 67. RGB value is (219,184,103). Sum of RGB (Red+Green+Blue) = 219+184+103=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB867 is #244798. Grayscale: #B9B9B9. Windows color (decimal): -2377625 or 6797531. OLE color: 6797531.
HSL color Cylindrical-coordinate representation of color #DBB867: hue angle of 41.9º 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 #DBB867 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 103 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.14 |
| HSL | 41.9º | 0.62% | 0.63% | - |
| HSV(B) | 41.9º | 0.53% | 0.86% | - |
| XYZ | 48.8 | 50.32 | 19.97 | - |
| YUV | 185.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 103 | 0 | 0.16 | 0.53 | 0.14 | 41.9 | 0.62 | 0.63 |
| Hex | DB | B8 | 67 | 0 | 10 | 35 | E | 2A | 3E | 3F |
| Octal | 333 | 270 | 147 | 0 | 20 | 65 | 16 | 52 | 76 | 77 |
| Binary | 11011011 | 10111000 | 1100111 | 0 | 10000 | 110101 | 1110 | 101010 | 111110 | 111111 |
Color Harmonies of #DBB867
Complementary color
Monochromatic Colors of #DBB867
Black with #DBB867
Text Example
Text Example
White with #DBB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB867; }
p { color: rgb(219,184,103); }
H1.HeaderClassName
{
color: #DBB867;
}
.AnyTagClassName
{
color: #DBB867;
}
</style>
background-color css
<style>
a { background-color: #DBB867; }
a { background-color: rgb(219,184,103); }
div.DivClassName
{
background-color: #DBB867;
}
.BgClassName
{
background-color: #DBB867;
}
</style>
border-color css
<style>
span { border-color: #DBB867; }
span { border-color: rgb(219,184,103); }
td.TdClassName
{
border-color: #DBB867;
}
.TagClassName
{
border-color: #DBB867;
}
</style>