Shades of Apache #D4A250
Tints of Apache #D4A250
RGB
CMYK
RGB Variations
Color information
#D4A250 (or 0xD4A250) is known color: Apache. HEX triplet: D4, A2 and 50. RGB value is (212,162,80). Sum of RGB (Red+Green+Blue) = 212+162+80=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A250 is #2B5DAF. Grayscale: #A7A7A7. Windows color (decimal): -2842032 or 5284564. OLE color: 5284564.
HSL color Cylindrical-coordinate representation of color #D4A250: hue angle of 37.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A250 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 80 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.17 |
| HSL | 37.27º | 0.61% | 0.57% | - |
| HSV(B) | 37.27º | 0.62% | 0.83% | - |
| XYZ | 41.52 | 40.42 | 13.2 | - |
| YUV | 167.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 80 | 0 | 0.24 | 0.62 | 0.17 | 37.27 | 0.61 | 0.57 |
| Hex | D4 | A2 | 50 | 0 | 18 | 3E | 11 | 25 | 3D | 39 |
| Octal | 324 | 242 | 120 | 0 | 30 | 76 | 21 | 45 | 75 | 71 |
| Binary | 11010100 | 10100010 | 1010000 | 0 | 11000 | 111110 | 10001 | 100101 | 111101 | 111001 |
Color Harmonies of #D4A250
Complementary color
Monochromatic Colors of #D4A250
Black with #D4A250
Text Example
Text Example
White with #D4A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A250; }
p { color: rgb(212,162,80); }
H1.HeaderClassName
{
color: #D4A250;
}
.AnyTagClassName
{
color: #D4A250;
}
</style>
background-color css
<style>
a { background-color: #D4A250; }
a { background-color: rgb(212,162,80); }
div.DivClassName
{
background-color: #D4A250;
}
.BgClassName
{
background-color: #D4A250;
}
</style>
border-color css
<style>
span { border-color: #D4A250; }
span { border-color: rgb(212,162,80); }
td.TdClassName
{
border-color: #D4A250;
}
.TagClassName
{
border-color: #D4A250;
}
</style>