Shades of Apache #D4A669
Tints of Apache #D4A669
RGB
CMYK
RGB Variations
Color information
#D4A669 (or 0xD4A669) is known color: Apache. HEX triplet: D4, A6 and 69. RGB value is (212,166,105). Sum of RGB (Red+Green+Blue) = 212+166+105=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A669 is #2B5996. Grayscale: #ADADAD. Windows color (decimal): -2840983 or 6923988. OLE color: 6923988.
HSL color Cylindrical-coordinate representation of color #D4A669: hue angle of 34.21º 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 #D4A669 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 105 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.17 |
| HSL | 34.21º | 0.55% | 0.62% | - |
| HSV(B) | 34.21º | 0.5% | 0.83% | - |
| XYZ | 43.34 | 42.29 | 19.24 | - |
| YUV | 172.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 105 | 0 | 0.22 | 0.50 | 0.17 | 34.21 | 0.55 | 0.62 |
| Hex | D4 | A6 | 69 | 0 | 16 | 32 | 11 | 22 | 37 | 3E |
| Octal | 324 | 246 | 151 | 0 | 26 | 62 | 21 | 42 | 67 | 76 |
| Binary | 11010100 | 10100110 | 1101001 | 0 | 10110 | 110010 | 10001 | 100010 | 110111 | 111110 |
Color Harmonies of #D4A669
Complementary color
Monochromatic Colors of #D4A669
Black with #D4A669
Text Example
Text Example
White with #D4A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A669; }
p { color: rgb(212,166,105); }
H1.HeaderClassName
{
color: #D4A669;
}
.AnyTagClassName
{
color: #D4A669;
}
</style>
background-color css
<style>
a { background-color: #D4A669; }
a { background-color: rgb(212,166,105); }
div.DivClassName
{
background-color: #D4A669;
}
.BgClassName
{
background-color: #D4A669;
}
</style>
border-color css
<style>
span { border-color: #D4A669; }
span { border-color: rgb(212,166,105); }
td.TdClassName
{
border-color: #D4A669;
}
.TagClassName
{
border-color: #D4A669;
}
</style>