Shades of Equator #DBAD62
Tints of Equator #DBAD62
RGB
CMYK
RGB Variations
Color information
#DBAD62 (or 0xDBAD62) is known color: Equator. HEX triplet: DB, AD and 62. RGB value is (219,173,98). Sum of RGB (Red+Green+Blue) = 219+173+98=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD62 is #24529D. Grayscale: #B2B2B2. Windows color (decimal): -2380446 or 6467035. OLE color: 6467035.
HSL color Cylindrical-coordinate representation of color #DBAD62: hue angle of 37.19º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBAD62 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 98 | - |
CMYK | 0 | 0.21 | 0.55 | 0.14 |
HSL | 37.19º | 0.63% | 0.62% | - |
HSV(B) | 37.19º | 0.55% | 0.86% | - |
XYZ | 46.36 | 45.83 | 17.96 | - |
YUV | 178.2 | 82.74 | 157.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 98 | 0 | 0.21 | 0.55 | 0.14 | 37.19 | 0.63 | 0.62 |
Hex | DB | AD | 62 | 0 | 15 | 37 | E | 25 | 3F | 3E |
Octal | 333 | 255 | 142 | 0 | 25 | 67 | 16 | 45 | 77 | 76 |
Binary | 11011011 | 10101101 | 1100010 | 0 | 10101 | 110111 | 1110 | 100101 | 111111 | 111110 |
Color Harmonies of #DBAD62
Complementary color
Monochromatic Colors of #DBAD62
Black with #DBAD62
Text Example
Text Example
White with #DBAD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD62; }
p { color: rgb(219,173,98); }
H1.HeaderClassName
{
color: #DBAD62;
}
.AnyTagClassName
{
color: #DBAD62;
}
</style>
background-color css
<style>
a { background-color: #DBAD62; }
a { background-color: rgb(219,173,98); }
div.DivClassName
{
background-color: #DBAD62;
}
.BgClassName
{
background-color: #DBAD62;
}
</style>
border-color css
<style>
span { border-color: #DBAD62; }
span { border-color: rgb(219,173,98); }
td.TdClassName
{
border-color: #DBAD62;
}
.TagClassName
{
border-color: #DBAD62;
}
</style>