Shades of Apache #D6A462
Tints of Apache #D6A462
RGB
CMYK
RGB Variations
Color information
#D6A462 (or 0xD6A462) is known color: Apache. HEX triplet: D6, A4 and 62. RGB value is (214,164,98). Sum of RGB (Red+Green+Blue) = 214+164+98=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A462 is #295B9D. Grayscale: #ABABAB. Windows color (decimal): -2710430 or 6464726. OLE color: 6464726.
HSL color Cylindrical-coordinate representation of color #D6A462: hue angle of 34.14º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6A462 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 98 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.16 |
| HSL | 34.14º | 0.59% | 0.61% | - |
| HSV(B) | 34.14º | 0.54% | 0.84% | - |
| XYZ | 43.21 | 41.73 | 17.33 | - |
| YUV | 171.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 98 | 0 | 0.23 | 0.54 | 0.16 | 34.14 | 0.59 | 0.61 |
| Hex | D6 | A4 | 62 | 0 | 17 | 36 | 10 | 22 | 3B | 3D |
| Octal | 326 | 244 | 142 | 0 | 27 | 66 | 20 | 42 | 73 | 75 |
| Binary | 11010110 | 10100100 | 1100010 | 0 | 10111 | 110110 | 10000 | 100010 | 111011 | 111101 |
Color Harmonies of #D6A462
Complementary color
Monochromatic Colors of #D6A462
Black with #D6A462
Text Example
Text Example
White with #D6A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A462; }
p { color: rgb(214,164,98); }
H1.HeaderClassName
{
color: #D6A462;
}
.AnyTagClassName
{
color: #D6A462;
}
</style>
background-color css
<style>
a { background-color: #D6A462; }
a { background-color: rgb(214,164,98); }
div.DivClassName
{
background-color: #D6A462;
}
.BgClassName
{
background-color: #D6A462;
}
</style>
border-color css
<style>
span { border-color: #D6A462; }
span { border-color: rgb(214,164,98); }
td.TdClassName
{
border-color: #D6A462;
}
.TagClassName
{
border-color: #D6A462;
}
</style>