Shades of Apache #D2A14C
Tints of Apache #D2A14C
RGB
CMYK
RGB Variations
Color information
#D2A14C (or 0xD2A14C) is known color: Apache. HEX triplet: D2, A1 and 4C. RGB value is (210,161,76). Sum of RGB (Red+Green+Blue) = 210+161+76=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A14C is #2D5EB3. Grayscale: #A6A6A6. Windows color (decimal): -2973364 or 5022162. OLE color: 5022162.
HSL color Cylindrical-coordinate representation of color #D2A14C: hue angle of 38.06º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2A14C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 76 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.18 |
| HSL | 38.06º | 0.6% | 0.56% | - |
| HSV(B) | 38.06º | 0.64% | 0.82% | - |
| XYZ | 40.63 | 39.71 | 12.36 | - |
| YUV | 165.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 76 | 0 | 0.23 | 0.64 | 0.18 | 38.06 | 0.6 | 0.56 |
| Hex | D2 | A1 | 4C | 0 | 17 | 40 | 12 | 26 | 3C | 38 |
| Octal | 322 | 241 | 114 | 0 | 27 | 100 | 22 | 46 | 74 | 70 |
| Binary | 11010010 | 10100001 | 1001100 | 0 | 10111 | 1000000 | 10010 | 100110 | 111100 | 111000 |
Color Harmonies of #D2A14C
Complementary color
Monochromatic Colors of #D2A14C
Black with #D2A14C
Text Example
Text Example
White with #D2A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A14C; }
p { color: rgb(210,161,76); }
H1.HeaderClassName
{
color: #D2A14C;
}
.AnyTagClassName
{
color: #D2A14C;
}
</style>
background-color css
<style>
a { background-color: #D2A14C; }
a { background-color: rgb(210,161,76); }
div.DivClassName
{
background-color: #D2A14C;
}
.BgClassName
{
background-color: #D2A14C;
}
</style>
border-color css
<style>
span { border-color: #D2A14C; }
span { border-color: rgb(210,161,76); }
td.TdClassName
{
border-color: #D2A14C;
}
.TagClassName
{
border-color: #D2A14C;
}
</style>