Shades of Apache #D3A95C
Tints of Apache #D3A95C
RGB
CMYK
RGB Variations
Color information
#D3A95C (or 0xD3A95C) is known color: Apache. HEX triplet: D3, A9 and 5C. RGB value is (211,169,92). Sum of RGB (Red+Green+Blue) = 211+169+92=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A95C is #2C56A3. Grayscale: #ADADAD. Windows color (decimal): -2905764 or 6072787. OLE color: 6072787.
HSL color Cylindrical-coordinate representation of color #D3A95C: hue angle of 38.82º 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 #D3A95C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 169 | 92 | - |
CMYK | 0 | 0.20 | 0.56 | 0.17 |
HSL | 38.82º | 0.57% | 0.59% | - |
HSV(B) | 38.82º | 0.56% | 0.83% | - |
XYZ | 42.98 | 43 | 16.16 | - |
YUV | 172.78 | 82.41 | 155.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 169 | 92 | 0 | 0.20 | 0.56 | 0.17 | 38.82 | 0.57 | 0.59 |
Hex | D3 | A9 | 5C | 0 | 14 | 38 | 11 | 27 | 39 | 3B |
Octal | 323 | 251 | 134 | 0 | 24 | 70 | 21 | 47 | 71 | 73 |
Binary | 11010011 | 10101001 | 1011100 | 0 | 10100 | 111000 | 10001 | 100111 | 111001 | 111011 |
Color Harmonies of #D3A95C
Complementary color
Monochromatic Colors of #D3A95C
Black with #D3A95C
Text Example
Text Example
White with #D3A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A95C; }
p { color: rgb(211,169,92); }
H1.HeaderClassName
{
color: #D3A95C;
}
.AnyTagClassName
{
color: #D3A95C;
}
</style>
background-color css
<style>
a { background-color: #D3A95C; }
a { background-color: rgb(211,169,92); }
div.DivClassName
{
background-color: #D3A95C;
}
.BgClassName
{
background-color: #D3A95C;
}
</style>
border-color css
<style>
span { border-color: #D3A95C; }
span { border-color: rgb(211,169,92); }
td.TdClassName
{
border-color: #D3A95C;
}
.TagClassName
{
border-color: #D3A95C;
}
</style>