Shades of Apache #D2A34A
Tints of Apache #D2A34A
RGB
CMYK
RGB Variations
Color information
#D2A34A (or 0xD2A34A) is known color: Apache. HEX triplet: D2, A3 and 4A. RGB value is (210,163,74). Sum of RGB (Red+Green+Blue) = 210+163+74=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A34A is #2D5CB5. Grayscale: #A7A7A7. Windows color (decimal): -2972854 or 4891602. OLE color: 4891602.
HSL color Cylindrical-coordinate representation of color #D2A34A: hue angle of 39.26º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2A34A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 74 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.18 |
| HSL | 39.26º | 0.6% | 0.56% | - |
| HSV(B) | 39.26º | 0.65% | 0.82% | - |
| XYZ | 40.91 | 40.39 | 12.12 | - |
| YUV | 166.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 74 | 0 | 0.22 | 0.65 | 0.18 | 39.26 | 0.6 | 0.56 |
| Hex | D2 | A3 | 4A | 0 | 16 | 41 | 12 | 27 | 3C | 38 |
| Octal | 322 | 243 | 112 | 0 | 26 | 101 | 22 | 47 | 74 | 70 |
| Binary | 11010010 | 10100011 | 1001010 | 0 | 10110 | 1000001 | 10010 | 100111 | 111100 | 111000 |
Color Harmonies of #D2A34A
Complementary color
Monochromatic Colors of #D2A34A
Black with #D2A34A
Text Example
Text Example
White with #D2A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A34A; }
p { color: rgb(210,163,74); }
H1.HeaderClassName
{
color: #D2A34A;
}
.AnyTagClassName
{
color: #D2A34A;
}
</style>
background-color css
<style>
a { background-color: #D2A34A; }
a { background-color: rgb(210,163,74); }
div.DivClassName
{
background-color: #D2A34A;
}
.BgClassName
{
background-color: #D2A34A;
}
</style>
border-color css
<style>
span { border-color: #D2A34A; }
span { border-color: rgb(210,163,74); }
td.TdClassName
{
border-color: #D2A34A;
}
.TagClassName
{
border-color: #D2A34A;
}
</style>