Shades of Equator #DBAF6B
Tints of Equator #DBAF6B
RGB
CMYK
RGB Variations
Color information
#DBAF6B (or 0xDBAF6B) is known color: Equator. HEX triplet: DB, AF and 6B. RGB value is (219,175,107). Sum of RGB (Red+Green+Blue) = 219+175+107=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF6B is #245094. Grayscale: #B4B4B4. Windows color (decimal): -2379925 or 7057371. OLE color: 7057371.
HSL color Cylindrical-coordinate representation of color #DBAF6B: hue angle of 36.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBAF6B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 107 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.14 |
| HSL | 36.43º | 0.61% | 0.64% | - |
| HSV(B) | 36.43º | 0.51% | 0.86% | - |
| XYZ | 47.2 | 46.78 | 20.45 | - |
| YUV | 180.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 107 | 0 | 0.20 | 0.51 | 0.14 | 36.43 | 0.61 | 0.64 |
| Hex | DB | AF | 6B | 0 | 14 | 33 | E | 24 | 3D | 40 |
| Octal | 333 | 257 | 153 | 0 | 24 | 63 | 16 | 44 | 75 | 100 |
| Binary | 11011011 | 10101111 | 1101011 | 0 | 10100 | 110011 | 1110 | 100100 | 111101 | 1000000 |
Color Harmonies of #DBAF6B
Complementary color
Monochromatic Colors of #DBAF6B
Black with #DBAF6B
Text Example
Text Example
White with #DBAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF6B; }
p { color: rgb(219,175,107); }
H1.HeaderClassName
{
color: #DBAF6B;
}
.AnyTagClassName
{
color: #DBAF6B;
}
</style>
background-color css
<style>
a { background-color: #DBAF6B; }
a { background-color: rgb(219,175,107); }
div.DivClassName
{
background-color: #DBAF6B;
}
.BgClassName
{
background-color: #DBAF6B;
}
</style>
border-color css
<style>
span { border-color: #DBAF6B; }
span { border-color: rgb(219,175,107); }
td.TdClassName
{
border-color: #DBAF6B;
}
.TagClassName
{
border-color: #DBAF6B;
}
</style>