Shades of Apache #D0AF5D
Tints of Apache #D0AF5D
RGB
CMYK
RGB Variations
Color information
#D0AF5D (or 0xD0AF5D) is known color: Apache. HEX triplet: D0, AF and 5D. RGB value is (208,175,93). Sum of RGB (Red+Green+Blue) = 208+175+93=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF5D is #2F50A2. Grayscale: #AFAFAF. Windows color (decimal): -3100835 or 6139856. OLE color: 6139856.
HSL color Cylindrical-coordinate representation of color #D0AF5D: hue angle of 42.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0AF5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 93 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.18 |
| HSL | 42.78º | 0.55% | 0.59% | - |
| HSV(B) | 42.78º | 0.55% | 0.82% | - |
| XYZ | 43.32 | 44.86 | 16.73 | - |
| YUV | 175.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 93 | 0 | 0.16 | 0.55 | 0.18 | 42.78 | 0.55 | 0.59 |
| Hex | D0 | AF | 5D | 0 | 10 | 37 | 12 | 2B | 37 | 3B |
| Octal | 320 | 257 | 135 | 0 | 20 | 67 | 22 | 53 | 67 | 73 |
| Binary | 11010000 | 10101111 | 1011101 | 0 | 10000 | 110111 | 10010 | 101011 | 110111 | 111011 |
Color Harmonies of #D0AF5D
Complementary color
Monochromatic Colors of #D0AF5D
Black with #D0AF5D
Text Example
Text Example
White with #D0AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF5D; }
p { color: rgb(208,175,93); }
H1.HeaderClassName
{
color: #D0AF5D;
}
.AnyTagClassName
{
color: #D0AF5D;
}
</style>
background-color css
<style>
a { background-color: #D0AF5D; }
a { background-color: rgb(208,175,93); }
div.DivClassName
{
background-color: #D0AF5D;
}
.BgClassName
{
background-color: #D0AF5D;
}
</style>
border-color css
<style>
span { border-color: #D0AF5D; }
span { border-color: rgb(208,175,93); }
td.TdClassName
{
border-color: #D0AF5D;
}
.TagClassName
{
border-color: #D0AF5D;
}
</style>