Shades of Apache #D29E51
Tints of Apache #D29E51
RGB
CMYK
RGB Variations
Color information
#D29E51 (or 0xD29E51) is known color: Apache. HEX triplet: D2, 9E and 51. RGB value is (210,158,81). Sum of RGB (Red+Green+Blue) = 210+158+81=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E51 is #2D61AE. Grayscale: #A5A5A5. Windows color (decimal): -2974127 or 5349074. OLE color: 5349074.
HSL color Cylindrical-coordinate representation of color #D29E51: hue angle of 35.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D29E51 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 81 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.18 |
| HSL | 35.81º | 0.59% | 0.57% | - |
| HSV(B) | 35.81º | 0.61% | 0.82% | - |
| XYZ | 40.29 | 38.75 | 13.14 | - |
| YUV | 164.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 81 | 0 | 0.25 | 0.61 | 0.18 | 35.81 | 0.59 | 0.57 |
| Hex | D2 | 9E | 51 | 0 | 19 | 3D | 12 | 24 | 3B | 39 |
| Octal | 322 | 236 | 121 | 0 | 31 | 75 | 22 | 44 | 73 | 71 |
| Binary | 11010010 | 10011110 | 1010001 | 0 | 11001 | 111101 | 10010 | 100100 | 111011 | 111001 |
Color Harmonies of #D29E51
Complementary color
Monochromatic Colors of #D29E51
Black with #D29E51
Text Example
Text Example
White with #D29E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E51; }
p { color: rgb(210,158,81); }
H1.HeaderClassName
{
color: #D29E51;
}
.AnyTagClassName
{
color: #D29E51;
}
</style>
background-color css
<style>
a { background-color: #D29E51; }
a { background-color: rgb(210,158,81); }
div.DivClassName
{
background-color: #D29E51;
}
.BgClassName
{
background-color: #D29E51;
}
</style>
border-color css
<style>
span { border-color: #D29E51; }
span { border-color: rgb(210,158,81); }
td.TdClassName
{
border-color: #D29E51;
}
.TagClassName
{
border-color: #D29E51;
}
</style>