Shades of Apache #D29D52
Tints of Apache #D29D52
RGB
CMYK
RGB Variations
Color information
#D29D52 (or 0xD29D52) is known color: Apache. HEX triplet: D2, 9D and 52. RGB value is (210,157,82). Sum of RGB (Red+Green+Blue) = 210+157+82=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D52 is #2D62AD. Grayscale: #A4A4A4. Windows color (decimal): -2974382 or 5414354. OLE color: 5414354.
HSL color Cylindrical-coordinate representation of color #D29D52: hue angle of 35.16º 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 #D29D52 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 82 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.18 |
| HSL | 35.16º | 0.59% | 0.57% | - |
| HSV(B) | 35.16º | 0.61% | 0.82% | - |
| XYZ | 40.16 | 38.42 | 13.28 | - |
| YUV | 164.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 82 | 0 | 0.25 | 0.61 | 0.18 | 35.16 | 0.59 | 0.57 |
| Hex | D2 | 9D | 52 | 0 | 19 | 3D | 12 | 23 | 3B | 39 |
| Octal | 322 | 235 | 122 | 0 | 31 | 75 | 22 | 43 | 73 | 71 |
| Binary | 11010010 | 10011101 | 1010010 | 0 | 11001 | 111101 | 10010 | 100011 | 111011 | 111001 |
Color Harmonies of #D29D52
Complementary color
Monochromatic Colors of #D29D52
Black with #D29D52
Text Example
Text Example
White with #D29D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D52; }
p { color: rgb(210,157,82); }
H1.HeaderClassName
{
color: #D29D52;
}
.AnyTagClassName
{
color: #D29D52;
}
</style>
background-color css
<style>
a { background-color: #D29D52; }
a { background-color: rgb(210,157,82); }
div.DivClassName
{
background-color: #D29D52;
}
.BgClassName
{
background-color: #D29D52;
}
</style>
border-color css
<style>
span { border-color: #D29D52; }
span { border-color: rgb(210,157,82); }
td.TdClassName
{
border-color: #D29D52;
}
.TagClassName
{
border-color: #D29D52;
}
</style>