Shades of Apache #D2A965
Tints of Apache #D2A965
RGB
CMYK
RGB Variations
Color information
#D2A965 (or 0xD2A965) is known color: Apache. HEX triplet: D2, A9 and 65. RGB value is (210,169,101). Sum of RGB (Red+Green+Blue) = 210+169+101=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A965 is #2D569A. Grayscale: #ADADAD. Windows color (decimal): -2971291 or 6662610. OLE color: 6662610.
HSL color Cylindrical-coordinate representation of color #D2A965: hue angle of 37.43º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2A965 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 101 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.18 |
| HSL | 37.43º | 0.55% | 0.61% | - |
| HSV(B) | 37.43º | 0.52% | 0.82% | - |
| XYZ | 43.12 | 43.02 | 18.34 | - |
| YUV | 173.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 101 | 0 | 0.20 | 0.52 | 0.18 | 37.43 | 0.55 | 0.61 |
| Hex | D2 | A9 | 65 | 0 | 14 | 34 | 12 | 25 | 37 | 3D |
| Octal | 322 | 251 | 145 | 0 | 24 | 64 | 22 | 45 | 67 | 75 |
| Binary | 11010010 | 10101001 | 1100101 | 0 | 10100 | 110100 | 10010 | 100101 | 110111 | 111101 |
Color Harmonies of #D2A965
Complementary color
Monochromatic Colors of #D2A965
Black with #D2A965
Text Example
Text Example
White with #D2A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A965; }
p { color: rgb(210,169,101); }
H1.HeaderClassName
{
color: #D2A965;
}
.AnyTagClassName
{
color: #D2A965;
}
</style>
background-color css
<style>
a { background-color: #D2A965; }
a { background-color: rgb(210,169,101); }
div.DivClassName
{
background-color: #D2A965;
}
.BgClassName
{
background-color: #D2A965;
}
</style>
border-color css
<style>
span { border-color: #D2A965; }
span { border-color: rgb(210,169,101); }
td.TdClassName
{
border-color: #D2A965;
}
.TagClassName
{
border-color: #D2A965;
}
</style>