Shades of Equator #DBAF5C
Tints of Equator #DBAF5C
RGB
CMYK
RGB Variations
Color information
#DBAF5C (or 0xDBAF5C) is known color: Equator. HEX triplet: DB, AF and 5C. RGB value is (219,175,92). Sum of RGB (Red+Green+Blue) = 219+175+92=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF5C is #2450A3. Grayscale: #B3B3B3. Windows color (decimal): -2379940 or 6074331. OLE color: 6074331.
HSL color Cylindrical-coordinate representation of color #DBAF5C: hue angle of 39.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBAF5C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.14 |
| HSL | 39.21º | 0.64% | 0.61% | - |
| HSV(B) | 39.21º | 0.58% | 0.86% | - |
| XYZ | 46.48 | 46.49 | 16.65 | - |
| YUV | 178.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 92 | 0 | 0.20 | 0.58 | 0.14 | 39.21 | 0.64 | 0.61 |
| Hex | DB | AF | 5C | 0 | 14 | 3A | E | 27 | 40 | 3D |
| Octal | 333 | 257 | 134 | 0 | 24 | 72 | 16 | 47 | 100 | 75 |
| Binary | 11011011 | 10101111 | 1011100 | 0 | 10100 | 111010 | 1110 | 100111 | 1000000 | 111101 |
Color Harmonies of #DBAF5C
Complementary color
Monochromatic Colors of #DBAF5C
Black with #DBAF5C
Text Example
Text Example
White with #DBAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF5C; }
p { color: rgb(219,175,92); }
H1.HeaderClassName
{
color: #DBAF5C;
}
.AnyTagClassName
{
color: #DBAF5C;
}
</style>
background-color css
<style>
a { background-color: #DBAF5C; }
a { background-color: rgb(219,175,92); }
div.DivClassName
{
background-color: #DBAF5C;
}
.BgClassName
{
background-color: #DBAF5C;
}
</style>
border-color css
<style>
span { border-color: #DBAF5C; }
span { border-color: rgb(219,175,92); }
td.TdClassName
{
border-color: #DBAF5C;
}
.TagClassName
{
border-color: #DBAF5C;
}
</style>