Shades of Apache #D29D4F
Tints of Apache #D29D4F
RGB
CMYK
RGB Variations
Color information
#D29D4F (or 0xD29D4F) is known color: Apache. HEX triplet: D2, 9D and 4F. RGB value is (210,157,79). Sum of RGB (Red+Green+Blue) = 210+157+79=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D4F is #2D62B0. Grayscale: #A4A4A4. Windows color (decimal): -2974385 or 5217746. OLE color: 5217746.
HSL color Cylindrical-coordinate representation of color #D29D4F: hue angle of 35.73º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D29D4F is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 79 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.18 |
| HSL | 35.73º | 0.59% | 0.57% | - |
| HSV(B) | 35.73º | 0.62% | 0.82% | - |
| XYZ | 40.05 | 38.38 | 12.69 | - |
| YUV | 163.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 79 | 0 | 0.25 | 0.62 | 0.18 | 35.73 | 0.59 | 0.57 |
| Hex | D2 | 9D | 4F | 0 | 19 | 3E | 12 | 24 | 3B | 39 |
| Octal | 322 | 235 | 117 | 0 | 31 | 76 | 22 | 44 | 73 | 71 |
| Binary | 11010010 | 10011101 | 1001111 | 0 | 11001 | 111110 | 10010 | 100100 | 111011 | 111001 |
Color Harmonies of #D29D4F
Complementary color
Monochromatic Colors of #D29D4F
Black with #D29D4F
Text Example
Text Example
White with #D29D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D4F; }
p { color: rgb(210,157,79); }
H1.HeaderClassName
{
color: #D29D4F;
}
.AnyTagClassName
{
color: #D29D4F;
}
</style>
background-color css
<style>
a { background-color: #D29D4F; }
a { background-color: rgb(210,157,79); }
div.DivClassName
{
background-color: #D29D4F;
}
.BgClassName
{
background-color: #D29D4F;
}
</style>
border-color css
<style>
span { border-color: #D29D4F; }
span { border-color: rgb(210,157,79); }
td.TdClassName
{
border-color: #D29D4F;
}
.TagClassName
{
border-color: #D29D4F;
}
</style>