Shades of Apache #D29E50
Tints of Apache #D29E50
RGB
CMYK
RGB Variations
Color information
#D29E50 (or 0xD29E50) is known color: Apache. HEX triplet: D2, 9E and 50. RGB value is (210,158,80). Sum of RGB (Red+Green+Blue) = 210+158+80=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E50 is #2D61AF. Grayscale: #A5A5A5. Windows color (decimal): -2974128 or 5283538. OLE color: 5283538.
HSL color Cylindrical-coordinate representation of color #D29E50: hue angle of 36º 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 #D29E50 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 80 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.18 |
| HSL | 36º | 0.59% | 0.57% | - |
| HSV(B) | 36º | 0.62% | 0.82% | - |
| XYZ | 40.25 | 38.73 | 12.94 | - |
| YUV | 164.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 80 | 0 | 0.25 | 0.62 | 0.18 | 36 | 0.59 | 0.57 |
| Hex | D2 | 9E | 50 | 0 | 19 | 3E | 12 | 24 | 3B | 39 |
| Octal | 322 | 236 | 120 | 0 | 31 | 76 | 22 | 44 | 73 | 71 |
| Binary | 11010010 | 10011110 | 1010000 | 0 | 11001 | 111110 | 10010 | 100100 | 111011 | 111001 |
Color Harmonies of #D29E50
Complementary color
Monochromatic Colors of #D29E50
Black with #D29E50
Text Example
Text Example
White with #D29E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E50; }
p { color: rgb(210,158,80); }
H1.HeaderClassName
{
color: #D29E50;
}
.AnyTagClassName
{
color: #D29E50;
}
</style>
background-color css
<style>
a { background-color: #D29E50; }
a { background-color: rgb(210,158,80); }
div.DivClassName
{
background-color: #D29E50;
}
.BgClassName
{
background-color: #D29E50;
}
</style>
border-color css
<style>
span { border-color: #D29E50; }
span { border-color: rgb(210,158,80); }
td.TdClassName
{
border-color: #D29E50;
}
.TagClassName
{
border-color: #D29E50;
}
</style>