Shades of Apache #D3A652
Tints of Apache #D3A652
RGB
CMYK
RGB Variations
Color information
#D3A652 (or 0xD3A652) is known color: Apache. HEX triplet: D3, A6 and 52. RGB value is (211,166,82). Sum of RGB (Red+Green+Blue) = 211+166+82=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A652 is #2C59AD. Grayscale: #AAAAAA. Windows color (decimal): -2906542 or 5416659. OLE color: 5416659.
HSL color Cylindrical-coordinate representation of color #D3A652: hue angle of 39.07º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3A652 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 82 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.17 |
| HSL | 39.07º | 0.59% | 0.57% | - |
| HSV(B) | 39.07º | 0.61% | 0.83% | - |
| XYZ | 42.02 | 41.73 | 13.82 | - |
| YUV | 169.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 82 | 0 | 0.21 | 0.61 | 0.17 | 39.07 | 0.59 | 0.57 |
| Hex | D3 | A6 | 52 | 0 | 15 | 3D | 11 | 27 | 3B | 39 |
| Octal | 323 | 246 | 122 | 0 | 25 | 75 | 21 | 47 | 73 | 71 |
| Binary | 11010011 | 10100110 | 1010010 | 0 | 10101 | 111101 | 10001 | 100111 | 111011 | 111001 |
Color Harmonies of #D3A652
Complementary color
Monochromatic Colors of #D3A652
Black with #D3A652
Text Example
Text Example
White with #D3A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A652; }
p { color: rgb(211,166,82); }
H1.HeaderClassName
{
color: #D3A652;
}
.AnyTagClassName
{
color: #D3A652;
}
</style>
background-color css
<style>
a { background-color: #D3A652; }
a { background-color: rgb(211,166,82); }
div.DivClassName
{
background-color: #D3A652;
}
.BgClassName
{
background-color: #D3A652;
}
</style>
border-color css
<style>
span { border-color: #D3A652; }
span { border-color: rgb(211,166,82); }
td.TdClassName
{
border-color: #D3A652;
}
.TagClassName
{
border-color: #D3A652;
}
</style>