Shades of Apache #D29F59
Tints of Apache #D29F59
RGB
CMYK
RGB Variations
Color information
#D29F59 (or 0xD29F59) is known color: Apache. HEX triplet: D2, 9F and 59. RGB value is (210,159,89). Sum of RGB (Red+Green+Blue) = 210+159+89=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F59 is #2D60A6. Grayscale: #A6A6A6. Windows color (decimal): -2973863 or 5873618. OLE color: 5873618.
HSL color Cylindrical-coordinate representation of color #D29F59: hue angle of 34.71º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D29F59 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 89 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.18 |
| HSL | 34.71º | 0.57% | 0.59% | - |
| HSV(B) | 34.71º | 0.58% | 0.82% | - |
| XYZ | 40.78 | 39.22 | 14.87 | - |
| YUV | 166.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 89 | 0 | 0.24 | 0.58 | 0.18 | 34.71 | 0.57 | 0.59 |
| Hex | D2 | 9F | 59 | 0 | 18 | 3A | 12 | 23 | 39 | 3B |
| Octal | 322 | 237 | 131 | 0 | 30 | 72 | 22 | 43 | 71 | 73 |
| Binary | 11010010 | 10011111 | 1011001 | 0 | 11000 | 111010 | 10010 | 100011 | 111001 | 111011 |
Color Harmonies of #D29F59
Complementary color
Monochromatic Colors of #D29F59
Black with #D29F59
Text Example
Text Example
White with #D29F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F59; }
p { color: rgb(210,159,89); }
H1.HeaderClassName
{
color: #D29F59;
}
.AnyTagClassName
{
color: #D29F59;
}
</style>
background-color css
<style>
a { background-color: #D29F59; }
a { background-color: rgb(210,159,89); }
div.DivClassName
{
background-color: #D29F59;
}
.BgClassName
{
background-color: #D29F59;
}
</style>
border-color css
<style>
span { border-color: #D29F59; }
span { border-color: rgb(210,159,89); }
td.TdClassName
{
border-color: #D29F59;
}
.TagClassName
{
border-color: #D29F59;
}
</style>