Shades of Equator #DBB267
Tints of Equator #DBB267
RGB
CMYK
RGB Variations
Color information
#DBB267 (or 0xDBB267) is known color: Equator. HEX triplet: DB, B2 and 67. RGB value is (219,178,103). Sum of RGB (Red+Green+Blue) = 219+178+103=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB267 is #244D98. Grayscale: #B6B6B6. Windows color (decimal): -2379161 or 6795995. OLE color: 6795995.
HSL color Cylindrical-coordinate representation of color #DBB267: hue angle of 38.79º 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 #DBB267 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 103 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.79º | 0.62% | 0.63% | - |
| HSV(B) | 38.79º | 0.53% | 0.86% | - |
| XYZ | 47.58 | 47.88 | 19.57 | - |
| YUV | 181.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 103 | 0 | 0.19 | 0.53 | 0.14 | 38.79 | 0.62 | 0.63 |
| Hex | DB | B2 | 67 | 0 | 13 | 35 | E | 27 | 3E | 3F |
| Octal | 333 | 262 | 147 | 0 | 23 | 65 | 16 | 47 | 76 | 77 |
| Binary | 11011011 | 10110010 | 1100111 | 0 | 10011 | 110101 | 1110 | 100111 | 111110 | 111111 |
Color Harmonies of #DBB267
Complementary color
Monochromatic Colors of #DBB267
Black with #DBB267
Text Example
Text Example
White with #DBB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB267; }
p { color: rgb(219,178,103); }
H1.HeaderClassName
{
color: #DBB267;
}
.AnyTagClassName
{
color: #DBB267;
}
</style>
background-color css
<style>
a { background-color: #DBB267; }
a { background-color: rgb(219,178,103); }
div.DivClassName
{
background-color: #DBB267;
}
.BgClassName
{
background-color: #DBB267;
}
</style>
border-color css
<style>
span { border-color: #DBB267; }
span { border-color: rgb(219,178,103); }
td.TdClassName
{
border-color: #DBB267;
}
.TagClassName
{
border-color: #DBB267;
}
</style>