Shades of Apache #D4B05A
Tints of Apache #D4B05A
RGB
CMYK
RGB Variations
Color information
#D4B05A (or 0xD4B05A) is known color: Apache. HEX triplet: D4, B0 and 5A. RGB value is (212,176,90). Sum of RGB (Red+Green+Blue) = 212+176+90=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B05A is #2B4FA5. Grayscale: #B1B1B1. Windows color (decimal): -2838438 or 5943508. OLE color: 5943508.
HSL color Cylindrical-coordinate representation of color #D4B05A: hue angle of 42.3º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4B05A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 90 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.17 |
| HSL | 42.3º | 0.59% | 0.59% | - |
| HSV(B) | 42.3º | 0.58% | 0.83% | - |
| XYZ | 44.52 | 45.79 | 16.16 | - |
| YUV | 176.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 90 | 0 | 0.17 | 0.58 | 0.17 | 42.3 | 0.59 | 0.59 |
| Hex | D4 | B0 | 5A | 0 | 11 | 3A | 11 | 2A | 3B | 3B |
| Octal | 324 | 260 | 132 | 0 | 21 | 72 | 21 | 52 | 73 | 73 |
| Binary | 11010100 | 10110000 | 1011010 | 0 | 10001 | 111010 | 10001 | 101010 | 111011 | 111011 |
Color Harmonies of #D4B05A
Complementary color
Monochromatic Colors of #D4B05A
Black with #D4B05A
Text Example
Text Example
White with #D4B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B05A; }
p { color: rgb(212,176,90); }
H1.HeaderClassName
{
color: #D4B05A;
}
.AnyTagClassName
{
color: #D4B05A;
}
</style>
background-color css
<style>
a { background-color: #D4B05A; }
a { background-color: rgb(212,176,90); }
div.DivClassName
{
background-color: #D4B05A;
}
.BgClassName
{
background-color: #D4B05A;
}
</style>
border-color css
<style>
span { border-color: #D4B05A; }
span { border-color: rgb(212,176,90); }
td.TdClassName
{
border-color: #D4B05A;
}
.TagClassName
{
border-color: #D4B05A;
}
</style>