Shades of Equator #DBB268
Tints of Equator #DBB268
RGB
CMYK
RGB Variations
Color information
#DBB268 (or 0xDBB268) is known color: Equator. HEX triplet: DB, B2 and 68. RGB value is (219,178,104). Sum of RGB (Red+Green+Blue) = 219+178+104=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB268 is #244D97. Grayscale: #B6B6B6. Windows color (decimal): -2379160 or 6861531. OLE color: 6861531.
HSL color Cylindrical-coordinate representation of color #DBB268: hue angle of 38.61º 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 #DBB268 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 104 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.61º | 0.61% | 0.63% | - |
| HSV(B) | 38.61º | 0.53% | 0.86% | - |
| XYZ | 47.63 | 47.9 | 19.83 | - |
| YUV | 181.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 104 | 0 | 0.19 | 0.53 | 0.14 | 38.61 | 0.61 | 0.63 |
| Hex | DB | B2 | 68 | 0 | 13 | 35 | E | 27 | 3D | 3F |
| Octal | 333 | 262 | 150 | 0 | 23 | 65 | 16 | 47 | 75 | 77 |
| Binary | 11011011 | 10110010 | 1101000 | 0 | 10011 | 110101 | 1110 | 100111 | 111101 | 111111 |
Color Harmonies of #DBB268
Complementary color
Monochromatic Colors of #DBB268
Black with #DBB268
Text Example
Text Example
White with #DBB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB268; }
p { color: rgb(219,178,104); }
H1.HeaderClassName
{
color: #DBB268;
}
.AnyTagClassName
{
color: #DBB268;
}
</style>
background-color css
<style>
a { background-color: #DBB268; }
a { background-color: rgb(219,178,104); }
div.DivClassName
{
background-color: #DBB268;
}
.BgClassName
{
background-color: #DBB268;
}
</style>
border-color css
<style>
span { border-color: #DBB268; }
span { border-color: rgb(219,178,104); }
td.TdClassName
{
border-color: #DBB268;
}
.TagClassName
{
border-color: #DBB268;
}
</style>