Shades of Apache #D4A269
Tints of Apache #D4A269
RGB
CMYK
RGB Variations
Color information
#D4A269 (or 0xD4A269) is known color: Apache. HEX triplet: D4, A2 and 69. RGB value is (212,162,105). Sum of RGB (Red+Green+Blue) = 212+162+105=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A269 is #2B5D96. Grayscale: #AAAAAA. Windows color (decimal): -2842007 or 6922964. OLE color: 6922964.
HSL color Cylindrical-coordinate representation of color #D4A269: hue angle of 31.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A269 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 105 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.17 |
| HSL | 31.96º | 0.55% | 0.62% | - |
| HSV(B) | 31.96º | 0.5% | 0.83% | - |
| XYZ | 42.62 | 40.86 | 19 | - |
| YUV | 170.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 105 | 0 | 0.24 | 0.50 | 0.17 | 31.96 | 0.55 | 0.62 |
| Hex | D4 | A2 | 69 | 0 | 18 | 32 | 11 | 20 | 37 | 3E |
| Octal | 324 | 242 | 151 | 0 | 30 | 62 | 21 | 40 | 67 | 76 |
| Binary | 11010100 | 10100010 | 1101001 | 0 | 11000 | 110010 | 10001 | 100000 | 110111 | 111110 |
Color Harmonies of #D4A269
Complementary color
Monochromatic Colors of #D4A269
Black with #D4A269
Text Example
Text Example
White with #D4A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A269; }
p { color: rgb(212,162,105); }
H1.HeaderClassName
{
color: #D4A269;
}
.AnyTagClassName
{
color: #D4A269;
}
</style>
background-color css
<style>
a { background-color: #D4A269; }
a { background-color: rgb(212,162,105); }
div.DivClassName
{
background-color: #D4A269;
}
.BgClassName
{
background-color: #D4A269;
}
</style>
border-color css
<style>
span { border-color: #D4A269; }
span { border-color: rgb(212,162,105); }
td.TdClassName
{
border-color: #D4A269;
}
.TagClassName
{
border-color: #D4A269;
}
</style>