Shades of Apache #D0A85C
Tints of Apache #D0A85C
RGB
CMYK
RGB Variations
Color information
#D0A85C (or 0xD0A85C) is known color: Apache. HEX triplet: D0, A8 and 5C. RGB value is (208,168,92). Sum of RGB (Red+Green+Blue) = 208+168+92=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A85C is #2F57A3. Grayscale: #ABABAB. Windows color (decimal): -3102628 or 6072528. OLE color: 6072528.
HSL color Cylindrical-coordinate representation of color #D0A85C: hue angle of 39.31º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0A85C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 92 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.18 |
| HSL | 39.31º | 0.55% | 0.59% | - |
| HSV(B) | 39.31º | 0.56% | 0.82% | - |
| XYZ | 41.95 | 42.19 | 16.06 | - |
| YUV | 171.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 92 | 0 | 0.19 | 0.56 | 0.18 | 39.31 | 0.55 | 0.59 |
| Hex | D0 | A8 | 5C | 0 | 13 | 38 | 12 | 27 | 37 | 3B |
| Octal | 320 | 250 | 134 | 0 | 23 | 70 | 22 | 47 | 67 | 73 |
| Binary | 11010000 | 10101000 | 1011100 | 0 | 10011 | 111000 | 10010 | 100111 | 110111 | 111011 |
Color Harmonies of #D0A85C
Complementary color
Monochromatic Colors of #D0A85C
Black with #D0A85C
Text Example
Text Example
White with #D0A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A85C; }
p { color: rgb(208,168,92); }
H1.HeaderClassName
{
color: #D0A85C;
}
.AnyTagClassName
{
color: #D0A85C;
}
</style>
background-color css
<style>
a { background-color: #D0A85C; }
a { background-color: rgb(208,168,92); }
div.DivClassName
{
background-color: #D0A85C;
}
.BgClassName
{
background-color: #D0A85C;
}
</style>
border-color css
<style>
span { border-color: #D0A85C; }
span { border-color: rgb(208,168,92); }
td.TdClassName
{
border-color: #D0A85C;
}
.TagClassName
{
border-color: #D0A85C;
}
</style>