Shades of Tussock #D09A4D
Tints of Tussock #D09A4D
RGB
CMYK
RGB Variations
Color information
#D09A4D (or 0xD09A4D) is known color: Tussock. HEX triplet: D0, 9A and 4D. RGB value is (208,154,77). Sum of RGB (Red+Green+Blue) = 208+154+77=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A4D is #2F65B2. Grayscale: #A1A1A1. Windows color (decimal): -3106227 or 5085904. OLE color: 5085904.
HSL color Cylindrical-coordinate representation of color #D09A4D: hue angle of 35.27º 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 #D09A4D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 77 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.18 |
| HSL | 35.27º | 0.58% | 0.56% | - |
| HSV(B) | 35.27º | 0.63% | 0.82% | - |
| XYZ | 38.91 | 37.06 | 12.12 | - |
| YUV | 161.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 77 | 0 | 0.26 | 0.63 | 0.18 | 35.27 | 0.58 | 0.56 |
| Hex | D0 | 9A | 4D | 0 | 1A | 3F | 12 | 23 | 3A | 38 |
| Octal | 320 | 232 | 115 | 0 | 32 | 77 | 22 | 43 | 72 | 70 |
| Binary | 11010000 | 10011010 | 1001101 | 0 | 11010 | 111111 | 10010 | 100011 | 111010 | 111000 |
Color Harmonies of #D09A4D
Complementary color
Monochromatic Colors of #D09A4D
Black with #D09A4D
Text Example
Text Example
White with #D09A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A4D; }
p { color: rgb(208,154,77); }
H1.HeaderClassName
{
color: #D09A4D;
}
.AnyTagClassName
{
color: #D09A4D;
}
</style>
background-color css
<style>
a { background-color: #D09A4D; }
a { background-color: rgb(208,154,77); }
div.DivClassName
{
background-color: #D09A4D;
}
.BgClassName
{
background-color: #D09A4D;
}
</style>
border-color css
<style>
span { border-color: #D09A4D; }
span { border-color: rgb(208,154,77); }
td.TdClassName
{
border-color: #D09A4D;
}
.TagClassName
{
border-color: #D09A4D;
}
</style>