Shades of Apache #D4A753
Tints of Apache #D4A753
RGB
CMYK
RGB Variations
Color information
#D4A753 (or 0xD4A753) is known color: Apache. HEX triplet: D4, A7 and 53. RGB value is (212,167,83). Sum of RGB (Red+Green+Blue) = 212+167+83=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A753 is #2B58AC. Grayscale: #ABABAB. Windows color (decimal): -2840749 or 5482452. OLE color: 5482452.
HSL color Cylindrical-coordinate representation of color #D4A753: hue angle of 39.07º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4A753 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 83 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.17 |
| HSL | 39.07º | 0.6% | 0.58% | - |
| HSV(B) | 39.07º | 0.61% | 0.83% | - |
| XYZ | 42.53 | 42.26 | 14.1 | - |
| YUV | 170.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 83 | 0 | 0.21 | 0.61 | 0.17 | 39.07 | 0.6 | 0.58 |
| Hex | D4 | A7 | 53 | 0 | 15 | 3D | 11 | 27 | 3C | 3A |
| Octal | 324 | 247 | 123 | 0 | 25 | 75 | 21 | 47 | 74 | 72 |
| Binary | 11010100 | 10100111 | 1010011 | 0 | 10101 | 111101 | 10001 | 100111 | 111100 | 111010 |
Color Harmonies of #D4A753
Complementary color
Monochromatic Colors of #D4A753
Black with #D4A753
Text Example
Text Example
White with #D4A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A753; }
p { color: rgb(212,167,83); }
H1.HeaderClassName
{
color: #D4A753;
}
.AnyTagClassName
{
color: #D4A753;
}
</style>
background-color css
<style>
a { background-color: #D4A753; }
a { background-color: rgb(212,167,83); }
div.DivClassName
{
background-color: #D4A753;
}
.BgClassName
{
background-color: #D4A753;
}
</style>
border-color css
<style>
span { border-color: #D4A753; }
span { border-color: rgb(212,167,83); }
td.TdClassName
{
border-color: #D4A753;
}
.TagClassName
{
border-color: #D4A753;
}
</style>