Shades of Apache #D29D4E
Tints of Apache #D29D4E
RGB
CMYK
RGB Variations
Color information
#D29D4E (or 0xD29D4E) is known color: Apache. HEX triplet: D2, 9D and 4E. RGB value is (210,157,78). Sum of RGB (Red+Green+Blue) = 210+157+78=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D4E is #2D62B1. Grayscale: #A4A4A4. Windows color (decimal): -2974386 or 5152210. OLE color: 5152210.
HSL color Cylindrical-coordinate representation of color #D29D4E: hue angle of 35.91º degrees, saturation: 0.59, 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 #D29D4E is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 78 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.18 |
| HSL | 35.91º | 0.59% | 0.56% | - |
| HSV(B) | 35.91º | 0.63% | 0.82% | - |
| XYZ | 40.01 | 38.37 | 12.5 | - |
| YUV | 163.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 78 | 0 | 0.25 | 0.63 | 0.18 | 35.91 | 0.59 | 0.56 |
| Hex | D2 | 9D | 4E | 0 | 19 | 3F | 12 | 24 | 3B | 38 |
| Octal | 322 | 235 | 116 | 0 | 31 | 77 | 22 | 44 | 73 | 70 |
| Binary | 11010010 | 10011101 | 1001110 | 0 | 11001 | 111111 | 10010 | 100100 | 111011 | 111000 |
Color Harmonies of #D29D4E
Complementary color
Monochromatic Colors of #D29D4E
Black with #D29D4E
Text Example
Text Example
White with #D29D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D4E; }
p { color: rgb(210,157,78); }
H1.HeaderClassName
{
color: #D29D4E;
}
.AnyTagClassName
{
color: #D29D4E;
}
</style>
background-color css
<style>
a { background-color: #D29D4E; }
a { background-color: rgb(210,157,78); }
div.DivClassName
{
background-color: #D29D4E;
}
.BgClassName
{
background-color: #D29D4E;
}
</style>
border-color css
<style>
span { border-color: #D29D4E; }
span { border-color: rgb(210,157,78); }
td.TdClassName
{
border-color: #D29D4E;
}
.TagClassName
{
border-color: #D29D4E;
}
</style>