Shades of Apache #D3AF5C
Tints of Apache #D3AF5C
RGB
CMYK
RGB Variations
Color information
#D3AF5C (or 0xD3AF5C) is known color: Apache. HEX triplet: D3, AF and 5C. RGB value is (211,175,92). Sum of RGB (Red+Green+Blue) = 211+175+92=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF5C is #2C50A3. Grayscale: #B0B0B0. Windows color (decimal): -2904228 or 6074323. OLE color: 6074323.
HSL color Cylindrical-coordinate representation of color #D3AF5C: hue angle of 41.85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3AF5C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 92 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.17 |
| HSL | 41.85º | 0.57% | 0.59% | - |
| HSV(B) | 41.85º | 0.56% | 0.83% | - |
| XYZ | 44.13 | 45.28 | 16.54 | - |
| YUV | 176.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 92 | 0 | 0.17 | 0.56 | 0.17 | 41.85 | 0.57 | 0.59 |
| Hex | D3 | AF | 5C | 0 | 11 | 38 | 11 | 2A | 39 | 3B |
| Octal | 323 | 257 | 134 | 0 | 21 | 70 | 21 | 52 | 71 | 73 |
| Binary | 11010011 | 10101111 | 1011100 | 0 | 10001 | 111000 | 10001 | 101010 | 111001 | 111011 |
Color Harmonies of #D3AF5C
Complementary color
Monochromatic Colors of #D3AF5C
Black with #D3AF5C
Text Example
Text Example
White with #D3AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF5C; }
p { color: rgb(211,175,92); }
H1.HeaderClassName
{
color: #D3AF5C;
}
.AnyTagClassName
{
color: #D3AF5C;
}
</style>
background-color css
<style>
a { background-color: #D3AF5C; }
a { background-color: rgb(211,175,92); }
div.DivClassName
{
background-color: #D3AF5C;
}
.BgClassName
{
background-color: #D3AF5C;
}
</style>
border-color css
<style>
span { border-color: #D3AF5C; }
span { border-color: rgb(211,175,92); }
td.TdClassName
{
border-color: #D3AF5C;
}
.TagClassName
{
border-color: #D3AF5C;
}
</style>