Shades of Apache #D09D4D
Tints of Apache #D09D4D
RGB
CMYK
RGB Variations
Color information
#D09D4D (or 0xD09D4D) is known color: Apache. HEX triplet: D0, 9D and 4D. RGB value is (208,157,77). Sum of RGB (Red+Green+Blue) = 208+157+77=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D4D is #2F62B2. Grayscale: #A3A3A3. Windows color (decimal): -3105459 or 5086672. OLE color: 5086672.
HSL color Cylindrical-coordinate representation of color #D09D4D: hue angle of 36.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D09D4D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 77 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.18 |
| HSL | 36.64º | 0.58% | 0.56% | - |
| HSV(B) | 36.64º | 0.63% | 0.82% | - |
| XYZ | 39.41 | 38.06 | 12.29 | - |
| YUV | 163.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 77 | 0 | 0.25 | 0.63 | 0.18 | 36.64 | 0.58 | 0.56 |
| Hex | D0 | 9D | 4D | 0 | 19 | 3F | 12 | 25 | 3A | 38 |
| Octal | 320 | 235 | 115 | 0 | 31 | 77 | 22 | 45 | 72 | 70 |
| Binary | 11010000 | 10011101 | 1001101 | 0 | 11001 | 111111 | 10010 | 100101 | 111010 | 111000 |
Color Harmonies of #D09D4D
Complementary color
Monochromatic Colors of #D09D4D
Black with #D09D4D
Text Example
Text Example
White with #D09D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D4D; }
p { color: rgb(208,157,77); }
H1.HeaderClassName
{
color: #D09D4D;
}
.AnyTagClassName
{
color: #D09D4D;
}
</style>
background-color css
<style>
a { background-color: #D09D4D; }
a { background-color: rgb(208,157,77); }
div.DivClassName
{
background-color: #D09D4D;
}
.BgClassName
{
background-color: #D09D4D;
}
</style>
border-color css
<style>
span { border-color: #D09D4D; }
span { border-color: rgb(208,157,77); }
td.TdClassName
{
border-color: #D09D4D;
}
.TagClassName
{
border-color: #D09D4D;
}
</style>