Shades of Equator #DBAD64
Tints of Equator #DBAD64
RGB
CMYK
RGB Variations
Color information
#DBAD64 (or 0xDBAD64) is known color: Equator. HEX triplet: DB, AD and 64. RGB value is (219,173,100). Sum of RGB (Red+Green+Blue) = 219+173+100=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD64 is #24529B. Grayscale: #B2B2B2. Windows color (decimal): -2380444 or 6598107. OLE color: 6598107.
HSL color Cylindrical-coordinate representation of color #DBAD64: hue angle of 36.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBAD64 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 100 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.14 |
| HSL | 36.81º | 0.62% | 0.63% | - |
| HSV(B) | 36.81º | 0.54% | 0.86% | - |
| XYZ | 46.46 | 45.87 | 18.46 | - |
| YUV | 178.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 100 | 0 | 0.21 | 0.54 | 0.14 | 36.81 | 0.62 | 0.63 |
| Hex | DB | AD | 64 | 0 | 15 | 36 | E | 25 | 3E | 3F |
| Octal | 333 | 255 | 144 | 0 | 25 | 66 | 16 | 45 | 76 | 77 |
| Binary | 11011011 | 10101101 | 1100100 | 0 | 10101 | 110110 | 1110 | 100101 | 111110 | 111111 |
Color Harmonies of #DBAD64
Complementary color
Monochromatic Colors of #DBAD64
Black with #DBAD64
Text Example
Text Example
White with #DBAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD64; }
p { color: rgb(219,173,100); }
H1.HeaderClassName
{
color: #DBAD64;
}
.AnyTagClassName
{
color: #DBAD64;
}
</style>
background-color css
<style>
a { background-color: #DBAD64; }
a { background-color: rgb(219,173,100); }
div.DivClassName
{
background-color: #DBAD64;
}
.BgClassName
{
background-color: #DBAD64;
}
</style>
border-color css
<style>
span { border-color: #DBAD64; }
span { border-color: rgb(219,173,100); }
td.TdClassName
{
border-color: #DBAD64;
}
.TagClassName
{
border-color: #DBAD64;
}
</style>