Shades of Apache #D2B15A
Tints of Apache #D2B15A
RGB
CMYK
RGB Variations
Color information
#D2B15A (or 0xD2B15A) is known color: Apache. HEX triplet: D2, B1 and 5A. RGB value is (210,177,90). Sum of RGB (Red+Green+Blue) = 210+177+90=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B15A is #2D4EA5. Grayscale: #B1B1B1. Windows color (decimal): -2969254 or 5943762. OLE color: 5943762.
HSL color Cylindrical-coordinate representation of color #D2B15A: hue angle of 43.5º 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 #D2B15A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 90 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.18 |
| HSL | 43.5º | 0.57% | 0.59% | - |
| HSV(B) | 43.5º | 0.57% | 0.82% | - |
| XYZ | 44.15 | 45.88 | 16.2 | - |
| YUV | 176.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 90 | 0 | 0.16 | 0.57 | 0.18 | 43.5 | 0.57 | 0.59 |
| Hex | D2 | B1 | 5A | 0 | 10 | 39 | 12 | 2C | 39 | 3B |
| Octal | 322 | 261 | 132 | 0 | 20 | 71 | 22 | 54 | 71 | 73 |
| Binary | 11010010 | 10110001 | 1011010 | 0 | 10000 | 111001 | 10010 | 101100 | 111001 | 111011 |
Color Harmonies of #D2B15A
Complementary color
Monochromatic Colors of #D2B15A
Black with #D2B15A
Text Example
Text Example
White with #D2B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B15A; }
p { color: rgb(210,177,90); }
H1.HeaderClassName
{
color: #D2B15A;
}
.AnyTagClassName
{
color: #D2B15A;
}
</style>
background-color css
<style>
a { background-color: #D2B15A; }
a { background-color: rgb(210,177,90); }
div.DivClassName
{
background-color: #D2B15A;
}
.BgClassName
{
background-color: #D2B15A;
}
</style>
border-color css
<style>
span { border-color: #D2B15A; }
span { border-color: rgb(210,177,90); }
td.TdClassName
{
border-color: #D2B15A;
}
.TagClassName
{
border-color: #D2B15A;
}
</style>