Shades of Apache #D3AD63
Tints of Apache #D3AD63
RGB
CMYK
RGB Variations
Color information
#D3AD63 (or 0xD3AD63) is known color: Apache. HEX triplet: D3, AD and 63. RGB value is (211,173,99). Sum of RGB (Red+Green+Blue) = 211+173+99=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD63 is #2C529C. Grayscale: #B0B0B0. Windows color (decimal): -2904733 or 6532563. OLE color: 6532563.
HSL color Cylindrical-coordinate representation of color #D3AD63: hue angle of 39.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3AD63 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 99 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.17 |
| HSL | 39.64º | 0.56% | 0.61% | - |
| HSV(B) | 39.64º | 0.53% | 0.83% | - |
| XYZ | 44.06 | 44.64 | 18.1 | - |
| YUV | 175.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 99 | 0 | 0.18 | 0.53 | 0.17 | 39.64 | 0.56 | 0.61 |
| Hex | D3 | AD | 63 | 0 | 12 | 35 | 11 | 28 | 38 | 3D |
| Octal | 323 | 255 | 143 | 0 | 22 | 65 | 21 | 50 | 70 | 75 |
| Binary | 11010011 | 10101101 | 1100011 | 0 | 10010 | 110101 | 10001 | 101000 | 111000 | 111101 |
Color Harmonies of #D3AD63
Complementary color
Monochromatic Colors of #D3AD63
Black with #D3AD63
Text Example
Text Example
White with #D3AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD63; }
p { color: rgb(211,173,99); }
H1.HeaderClassName
{
color: #D3AD63;
}
.AnyTagClassName
{
color: #D3AD63;
}
</style>
background-color css
<style>
a { background-color: #D3AD63; }
a { background-color: rgb(211,173,99); }
div.DivClassName
{
background-color: #D3AD63;
}
.BgClassName
{
background-color: #D3AD63;
}
</style>
border-color css
<style>
span { border-color: #D3AD63; }
span { border-color: rgb(211,173,99); }
td.TdClassName
{
border-color: #D3AD63;
}
.TagClassName
{
border-color: #D3AD63;
}
</style>