Shades of Apache #D3A753
Tints of Apache #D3A753
RGB
CMYK
RGB Variations
Color information
#D3A753 (or 0xD3A753) is known color: Apache. HEX triplet: D3, A7 and 53. RGB value is (211,167,83). Sum of RGB (Red+Green+Blue) = 211+167+83=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A753 is #2C58AC. Grayscale: #AAAAAA. Windows color (decimal): -2906285 or 5482451. OLE color: 5482451.
HSL color Cylindrical-coordinate representation of color #D3A753: hue angle of 39.38º degrees, saturation: 0.59, 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 #D3A753 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 83 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.17 |
| HSL | 39.38º | 0.59% | 0.58% | - |
| HSV(B) | 39.38º | 0.61% | 0.83% | - |
| XYZ | 42.24 | 42.11 | 14.09 | - |
| YUV | 170.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 83 | 0 | 0.21 | 0.61 | 0.17 | 39.38 | 0.59 | 0.58 |
| Hex | D3 | A7 | 53 | 0 | 15 | 3D | 11 | 27 | 3B | 3A |
| Octal | 323 | 247 | 123 | 0 | 25 | 75 | 21 | 47 | 73 | 72 |
| Binary | 11010011 | 10100111 | 1010011 | 0 | 10101 | 111101 | 10001 | 100111 | 111011 | 111010 |
Color Harmonies of #D3A753
Complementary color
Monochromatic Colors of #D3A753
Black with #D3A753
Text Example
Text Example
White with #D3A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A753; }
p { color: rgb(211,167,83); }
H1.HeaderClassName
{
color: #D3A753;
}
.AnyTagClassName
{
color: #D3A753;
}
</style>
background-color css
<style>
a { background-color: #D3A753; }
a { background-color: rgb(211,167,83); }
div.DivClassName
{
background-color: #D3A753;
}
.BgClassName
{
background-color: #D3A753;
}
</style>
border-color css
<style>
span { border-color: #D3A753; }
span { border-color: rgb(211,167,83); }
td.TdClassName
{
border-color: #D3A753;
}
.TagClassName
{
border-color: #D3A753;
}
</style>