Shades of Tussock #CD964D
Tints of Tussock #CD964D
RGB
CMYK
RGB Variations
Color information
#CD964D (or 0xCD964D) is known color: Tussock. HEX triplet: CD, 96 and 4D. RGB value is (205,150,77). Sum of RGB (Red+Green+Blue) = 205+150+77=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD964D is #3269B2. Grayscale: #9E9E9E. Windows color (decimal): -3303859 or 5084877. OLE color: 5084877.
HSL color Cylindrical-coordinate representation of color #CD964D: hue angle of 34.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD964D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 150 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.20 |
| HSL | 34.22º | 0.56% | 0.55% | - |
| HSV(B) | 34.22º | 0.62% | 0.8% | - |
| XYZ | 37.42 | 35.33 | 11.87 | - |
| YUV | 158.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 77 | 0 | 0.27 | 0.62 | 0.20 | 34.22 | 0.56 | 0.55 |
| Hex | CD | 96 | 4D | 0 | 1B | 3E | 14 | 22 | 38 | 37 |
| Octal | 315 | 226 | 115 | 0 | 33 | 76 | 24 | 42 | 70 | 67 |
| Binary | 11001101 | 10010110 | 1001101 | 0 | 11011 | 111110 | 10100 | 100010 | 111000 | 110111 |
Color Harmonies of #CD964D
Complementary color
Monochromatic Colors of #CD964D
Black with #CD964D
Text Example
Text Example
White with #CD964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD964D; }
p { color: rgb(205,150,77); }
H1.HeaderClassName
{
color: #CD964D;
}
.AnyTagClassName
{
color: #CD964D;
}
</style>
background-color css
<style>
a { background-color: #CD964D; }
a { background-color: rgb(205,150,77); }
div.DivClassName
{
background-color: #CD964D;
}
.BgClassName
{
background-color: #CD964D;
}
</style>
border-color css
<style>
span { border-color: #CD964D; }
span { border-color: rgb(205,150,77); }
td.TdClassName
{
border-color: #CD964D;
}
.TagClassName
{
border-color: #CD964D;
}
</style>