Shades of Apache #D29F61
Tints of Apache #D29F61
RGB
CMYK
RGB Variations
Color information
#D29F61 (or 0xD29F61) is known color: Apache. HEX triplet: D2, 9F and 61. RGB value is (210,159,97). Sum of RGB (Red+Green+Blue) = 210+159+97=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F61 is #2D609E. Grayscale: #A7A7A7. Windows color (decimal): -2973855 or 6397906. OLE color: 6397906.
HSL color Cylindrical-coordinate representation of color #D29F61: hue angle of 32.92º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D29F61 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 97 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.18 |
| HSL | 32.92º | 0.56% | 0.6% | - |
| HSV(B) | 32.92º | 0.54% | 0.82% | - |
| XYZ | 41.13 | 39.36 | 16.74 | - |
| YUV | 167.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 97 | 0 | 0.24 | 0.54 | 0.18 | 32.92 | 0.56 | 0.6 |
| Hex | D2 | 9F | 61 | 0 | 18 | 36 | 12 | 21 | 38 | 3C |
| Octal | 322 | 237 | 141 | 0 | 30 | 66 | 22 | 41 | 70 | 74 |
| Binary | 11010010 | 10011111 | 1100001 | 0 | 11000 | 110110 | 10010 | 100001 | 111000 | 111100 |
Color Harmonies of #D29F61
Complementary color
Monochromatic Colors of #D29F61
Black with #D29F61
Text Example
Text Example
White with #D29F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F61; }
p { color: rgb(210,159,97); }
H1.HeaderClassName
{
color: #D29F61;
}
.AnyTagClassName
{
color: #D29F61;
}
</style>
background-color css
<style>
a { background-color: #D29F61; }
a { background-color: rgb(210,159,97); }
div.DivClassName
{
background-color: #D29F61;
}
.BgClassName
{
background-color: #D29F61;
}
</style>
border-color css
<style>
span { border-color: #D29F61; }
span { border-color: rgb(210,159,97); }
td.TdClassName
{
border-color: #D29F61;
}
.TagClassName
{
border-color: #D29F61;
}
</style>