Shades of Apache #D0A568
Tints of Apache #D0A568
RGB
CMYK
RGB Variations
Color information
#D0A568 (or 0xD0A568) is known color: Apache. HEX triplet: D0, A5 and 68. RGB value is (208,165,104). Sum of RGB (Red+Green+Blue) = 208+165+104=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A568 is #2F5A97. Grayscale: #ABABAB. Windows color (decimal): -3103384 or 6858192. OLE color: 6858192.
HSL color Cylindrical-coordinate representation of color #D0A568: hue angle of 35.19º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0A568 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 104 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.18 |
| HSL | 35.19º | 0.53% | 0.61% | - |
| HSV(B) | 35.19º | 0.5% | 0.82% | - |
| XYZ | 41.97 | 41.32 | 18.86 | - |
| YUV | 170.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 104 | 0 | 0.21 | 0.5 | 0.18 | 35.19 | 0.53 | 0.61 |
| Hex | D0 | A5 | 68 | 0 | 15 | 32 | 12 | 23 | 35 | 3D |
| Octal | 320 | 245 | 150 | 0 | 25 | 62 | 22 | 43 | 65 | 75 |
| Binary | 11010000 | 10100101 | 1101000 | 0 | 10101 | 110010 | 10010 | 100011 | 110101 | 111101 |
Color Harmonies of #D0A568
Complementary color
Monochromatic Colors of #D0A568
Black with #D0A568
Text Example
Text Example
White with #D0A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A568; }
p { color: rgb(208,165,104); }
H1.HeaderClassName
{
color: #D0A568;
}
.AnyTagClassName
{
color: #D0A568;
}
</style>
background-color css
<style>
a { background-color: #D0A568; }
a { background-color: rgb(208,165,104); }
div.DivClassName
{
background-color: #D0A568;
}
.BgClassName
{
background-color: #D0A568;
}
</style>
border-color css
<style>
span { border-color: #D0A568; }
span { border-color: rgb(208,165,104); }
td.TdClassName
{
border-color: #D0A568;
}
.TagClassName
{
border-color: #D0A568;
}
</style>