Shades of Apache #D2A45B
Tints of Apache #D2A45B
RGB
CMYK
RGB Variations
Color information
#D2A45B (or 0xD2A45B) is known color: Apache. HEX triplet: D2, A4 and 5B. RGB value is (210,164,91). Sum of RGB (Red+Green+Blue) = 210+164+91=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A45B is #2D5BA4. Grayscale: #A9A9A9. Windows color (decimal): -2972581 or 6005970. OLE color: 6005970.
HSL color Cylindrical-coordinate representation of color #D2A45B: hue angle of 36.81º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2A45B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 91 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.18 |
| HSL | 36.81º | 0.57% | 0.59% | - |
| HSV(B) | 36.81º | 0.57% | 0.82% | - |
| XYZ | 41.74 | 41.01 | 15.61 | - |
| YUV | 169.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 91 | 0 | 0.22 | 0.57 | 0.18 | 36.81 | 0.57 | 0.59 |
| Hex | D2 | A4 | 5B | 0 | 16 | 39 | 12 | 25 | 39 | 3B |
| Octal | 322 | 244 | 133 | 0 | 26 | 71 | 22 | 45 | 71 | 73 |
| Binary | 11010010 | 10100100 | 1011011 | 0 | 10110 | 111001 | 10010 | 100101 | 111001 | 111011 |
Color Harmonies of #D2A45B
Complementary color
Monochromatic Colors of #D2A45B
Black with #D2A45B
Text Example
Text Example
White with #D2A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A45B; }
p { color: rgb(210,164,91); }
H1.HeaderClassName
{
color: #D2A45B;
}
.AnyTagClassName
{
color: #D2A45B;
}
</style>
background-color css
<style>
a { background-color: #D2A45B; }
a { background-color: rgb(210,164,91); }
div.DivClassName
{
background-color: #D2A45B;
}
.BgClassName
{
background-color: #D2A45B;
}
</style>
border-color css
<style>
span { border-color: #D2A45B; }
span { border-color: rgb(210,164,91); }
td.TdClassName
{
border-color: #D2A45B;
}
.TagClassName
{
border-color: #D2A45B;
}
</style>