Shades of Apache #D0A65B
Tints of Apache #D0A65B
RGB
CMYK
RGB Variations
Color information
#D0A65B (or 0xD0A65B) is known color: Apache. HEX triplet: D0, A6 and 5B. RGB value is (208,166,91). Sum of RGB (Red+Green+Blue) = 208+166+91=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A65B is #2F59A4. Grayscale: #AAAAAA. Windows color (decimal): -3103141 or 6006480. OLE color: 6006480.
HSL color Cylindrical-coordinate representation of color #D0A65B: hue angle of 38.46º 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 #D0A65B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 91 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.18 |
| HSL | 38.46º | 0.55% | 0.59% | - |
| HSV(B) | 38.46º | 0.56% | 0.82% | - |
| XYZ | 41.54 | 41.44 | 15.71 | - |
| YUV | 170.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 91 | 0 | 0.20 | 0.56 | 0.18 | 38.46 | 0.55 | 0.59 |
| Hex | D0 | A6 | 5B | 0 | 14 | 38 | 12 | 26 | 37 | 3B |
| Octal | 320 | 246 | 133 | 0 | 24 | 70 | 22 | 46 | 67 | 73 |
| Binary | 11010000 | 10100110 | 1011011 | 0 | 10100 | 111000 | 10010 | 100110 | 110111 | 111011 |
Color Harmonies of #D0A65B
Complementary color
Monochromatic Colors of #D0A65B
Black with #D0A65B
Text Example
Text Example
White with #D0A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A65B; }
p { color: rgb(208,166,91); }
H1.HeaderClassName
{
color: #D0A65B;
}
.AnyTagClassName
{
color: #D0A65B;
}
</style>
background-color css
<style>
a { background-color: #D0A65B; }
a { background-color: rgb(208,166,91); }
div.DivClassName
{
background-color: #D0A65B;
}
.BgClassName
{
background-color: #D0A65B;
}
</style>
border-color css
<style>
span { border-color: #D0A65B; }
span { border-color: rgb(208,166,91); }
td.TdClassName
{
border-color: #D0A65B;
}
.TagClassName
{
border-color: #D0A65B;
}
</style>