Shades of Apache #D2B05A
Tints of Apache #D2B05A
RGB
CMYK
RGB Variations
Color information
#D2B05A (or 0xD2B05A) is known color: Apache. HEX triplet: D2, B0 and 5A. RGB value is (210,176,90). Sum of RGB (Red+Green+Blue) = 210+176+90=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B05A is #2D4FA5. Grayscale: #B0B0B0. Windows color (decimal): -2969510 or 5943506. OLE color: 5943506.
HSL color Cylindrical-coordinate representation of color #D2B05A: hue angle of 43º 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 #D2B05A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 90 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.18 |
| HSL | 43º | 0.57% | 0.59% | - |
| HSV(B) | 43º | 0.57% | 0.82% | - |
| XYZ | 43.95 | 45.49 | 16.14 | - |
| YUV | 176.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 90 | 0 | 0.16 | 0.57 | 0.18 | 43 | 0.57 | 0.59 |
| Hex | D2 | B0 | 5A | 0 | 10 | 39 | 12 | 2B | 39 | 3B |
| Octal | 322 | 260 | 132 | 0 | 20 | 71 | 22 | 53 | 71 | 73 |
| Binary | 11010010 | 10110000 | 1011010 | 0 | 10000 | 111001 | 10010 | 101011 | 111001 | 111011 |
Color Harmonies of #D2B05A
Complementary color
Monochromatic Colors of #D2B05A
Black with #D2B05A
Text Example
Text Example
White with #D2B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B05A; }
p { color: rgb(210,176,90); }
H1.HeaderClassName
{
color: #D2B05A;
}
.AnyTagClassName
{
color: #D2B05A;
}
</style>
background-color css
<style>
a { background-color: #D2B05A; }
a { background-color: rgb(210,176,90); }
div.DivClassName
{
background-color: #D2B05A;
}
.BgClassName
{
background-color: #D2B05A;
}
</style>
border-color css
<style>
span { border-color: #D2B05A; }
span { border-color: rgb(210,176,90); }
td.TdClassName
{
border-color: #D2B05A;
}
.TagClassName
{
border-color: #D2B05A;
}
</style>