Shades of Apache #D3AD62
Tints of Apache #D3AD62
RGB
CMYK
RGB Variations
Color information
#D3AD62 (or 0xD3AD62) is known color: Apache. HEX triplet: D3, AD and 62. RGB value is (211,173,98). Sum of RGB (Red+Green+Blue) = 211+173+98=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD62 is #2C529D. Grayscale: #B0B0B0. Windows color (decimal): -2904734 or 6467027. OLE color: 6467027.
HSL color Cylindrical-coordinate representation of color #D3AD62: hue angle of 39.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3AD62 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 98 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.17 |
| HSL | 39.82º | 0.56% | 0.61% | - |
| HSV(B) | 39.82º | 0.54% | 0.83% | - |
| XYZ | 44.01 | 44.62 | 17.85 | - |
| YUV | 175.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 98 | 0 | 0.18 | 0.54 | 0.17 | 39.82 | 0.56 | 0.61 |
| Hex | D3 | AD | 62 | 0 | 12 | 36 | 11 | 28 | 38 | 3D |
| Octal | 323 | 255 | 142 | 0 | 22 | 66 | 21 | 50 | 70 | 75 |
| Binary | 11010011 | 10101101 | 1100010 | 0 | 10010 | 110110 | 10001 | 101000 | 111000 | 111101 |
Color Harmonies of #D3AD62
Complementary color
Monochromatic Colors of #D3AD62
Black with #D3AD62
Text Example
Text Example
White with #D3AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD62; }
p { color: rgb(211,173,98); }
H1.HeaderClassName
{
color: #D3AD62;
}
.AnyTagClassName
{
color: #D3AD62;
}
</style>
background-color css
<style>
a { background-color: #D3AD62; }
a { background-color: rgb(211,173,98); }
div.DivClassName
{
background-color: #D3AD62;
}
.BgClassName
{
background-color: #D3AD62;
}
</style>
border-color css
<style>
span { border-color: #D3AD62; }
span { border-color: rgb(211,173,98); }
td.TdClassName
{
border-color: #D3AD62;
}
.TagClassName
{
border-color: #D3AD62;
}
</style>