Shades of Equator #DFAF5E
Tints of Equator #DFAF5E
RGB
CMYK
RGB Variations
Color information
#DFAF5E (or 0xDFAF5E) is known color: Equator. HEX triplet: DF, AF and 5E. RGB value is (223,175,94). Sum of RGB (Red+Green+Blue) = 223+175+94=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF5E is #2050A1. Grayscale: #B4B4B4. Windows color (decimal): -2117794 or 6205407. OLE color: 6205407.
HSL color Cylindrical-coordinate representation of color #DFAF5E: hue angle of 37.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFAF5E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 175 | 94 | - |
CMYK | 0 | 0.22 | 0.58 | 0.13 |
HSL | 37.67º | 0.67% | 0.62% | - |
HSV(B) | 37.67º | 0.58% | 0.87% | - |
XYZ | 47.78 | 47.16 | 17.17 | - |
YUV | 180.12 | 79.4 | 158.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 175 | 94 | 0 | 0.22 | 0.58 | 0.13 | 37.67 | 0.67 | 0.62 |
Hex | DF | AF | 5E | 0 | 16 | 3A | D | 26 | 43 | 3E |
Octal | 337 | 257 | 136 | 0 | 26 | 72 | 15 | 46 | 103 | 76 |
Binary | 11011111 | 10101111 | 1011110 | 0 | 10110 | 111010 | 1101 | 100110 | 1000011 | 111110 |
Color Harmonies of #DFAF5E
Complementary color
Monochromatic Colors of #DFAF5E
Black with #DFAF5E
Text Example
Text Example
White with #DFAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF5E; }
p { color: rgb(223,175,94); }
H1.HeaderClassName
{
color: #DFAF5E;
}
.AnyTagClassName
{
color: #DFAF5E;
}
</style>
background-color css
<style>
a { background-color: #DFAF5E; }
a { background-color: rgb(223,175,94); }
div.DivClassName
{
background-color: #DFAF5E;
}
.BgClassName
{
background-color: #DFAF5E;
}
</style>
border-color css
<style>
span { border-color: #DFAF5E; }
span { border-color: rgb(223,175,94); }
td.TdClassName
{
border-color: #DFAF5E;
}
.TagClassName
{
border-color: #DFAF5E;
}
</style>