Shades of Apache #D0A24C
Tints of Apache #D0A24C
RGB
CMYK
RGB Variations
Color information
#D0A24C (or 0xD0A24C) is known color: Apache. HEX triplet: D0, A2 and 4C. RGB value is (208,162,76). Sum of RGB (Red+Green+Blue) = 208+162+76=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A24C is #2F5DB3. Grayscale: #A6A6A6. Windows color (decimal): -3104180 or 5022416. OLE color: 5022416.
HSL color Cylindrical-coordinate representation of color #D0A24C: hue angle of 39.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0A24C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 76 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.18 |
| HSL | 39.09º | 0.58% | 0.56% | - |
| HSV(B) | 39.09º | 0.63% | 0.82% | - |
| XYZ | 40.24 | 39.77 | 12.39 | - |
| YUV | 165.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 76 | 0 | 0.22 | 0.63 | 0.18 | 39.09 | 0.58 | 0.56 |
| Hex | D0 | A2 | 4C | 0 | 16 | 3F | 12 | 27 | 3A | 38 |
| Octal | 320 | 242 | 114 | 0 | 26 | 77 | 22 | 47 | 72 | 70 |
| Binary | 11010000 | 10100010 | 1001100 | 0 | 10110 | 111111 | 10010 | 100111 | 111010 | 111000 |
Color Harmonies of #D0A24C
Complementary color
Monochromatic Colors of #D0A24C
Black with #D0A24C
Text Example
Text Example
White with #D0A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A24C; }
p { color: rgb(208,162,76); }
H1.HeaderClassName
{
color: #D0A24C;
}
.AnyTagClassName
{
color: #D0A24C;
}
</style>
background-color css
<style>
a { background-color: #D0A24C; }
a { background-color: rgb(208,162,76); }
div.DivClassName
{
background-color: #D0A24C;
}
.BgClassName
{
background-color: #D0A24C;
}
</style>
border-color css
<style>
span { border-color: #D0A24C; }
span { border-color: rgb(208,162,76); }
td.TdClassName
{
border-color: #D0A24C;
}
.TagClassName
{
border-color: #D0A24C;
}
</style>