Shades of Apache #D2A14A
Tints of Apache #D2A14A
RGB
CMYK
RGB Variations
Color information
#D2A14A (or 0xD2A14A) is known color: Apache. HEX triplet: D2, A1 and 4A. RGB value is (210,161,74). Sum of RGB (Red+Green+Blue) = 210+161+74=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A14A is #2D5EB5. Grayscale: #A6A6A6. Windows color (decimal): -2973366 or 4891090. OLE color: 4891090.
HSL color Cylindrical-coordinate representation of color #D2A14A: hue angle of 38.38º 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 #D2A14A is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 74 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.18 |
| HSL | 38.38º | 0.6% | 0.56% | - |
| HSV(B) | 38.38º | 0.65% | 0.82% | - |
| XYZ | 40.56 | 39.69 | 12 | - |
| YUV | 165.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 74 | 0 | 0.23 | 0.65 | 0.18 | 38.38 | 0.6 | 0.56 |
| Hex | D2 | A1 | 4A | 0 | 17 | 41 | 12 | 26 | 3C | 38 |
| Octal | 322 | 241 | 112 | 0 | 27 | 101 | 22 | 46 | 74 | 70 |
| Binary | 11010010 | 10100001 | 1001010 | 0 | 10111 | 1000001 | 10010 | 100110 | 111100 | 111000 |
Color Harmonies of #D2A14A
Complementary color
Monochromatic Colors of #D2A14A
Black with #D2A14A
Text Example
Text Example
White with #D2A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A14A; }
p { color: rgb(210,161,74); }
H1.HeaderClassName
{
color: #D2A14A;
}
.AnyTagClassName
{
color: #D2A14A;
}
</style>
background-color css
<style>
a { background-color: #D2A14A; }
a { background-color: rgb(210,161,74); }
div.DivClassName
{
background-color: #D2A14A;
}
.BgClassName
{
background-color: #D2A14A;
}
</style>
border-color css
<style>
span { border-color: #D2A14A; }
span { border-color: rgb(210,161,74); }
td.TdClassName
{
border-color: #D2A14A;
}
.TagClassName
{
border-color: #D2A14A;
}
</style>