Shades of Tussock #CD9C4D
Tints of Tussock #CD9C4D
RGB
CMYK
RGB Variations
Color information
#CD9C4D (or 0xCD9C4D) is known color: Tussock. HEX triplet: CD, 9C and 4D. RGB value is (205,156,77). Sum of RGB (Red+Green+Blue) = 205+156+77=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C4D is #3263B2. Grayscale: #A2A2A2. Windows color (decimal): -3302323 or 5086413. OLE color: 5086413.
HSL color Cylindrical-coordinate representation of color #CD9C4D: hue angle of 37.03º 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 #CD9C4D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 77 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.20 |
| HSL | 37.03º | 0.56% | 0.55% | - |
| HSV(B) | 37.03º | 0.62% | 0.8% | - |
| XYZ | 38.4 | 37.29 | 12.2 | - |
| YUV | 161.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 77 | 0 | 0.24 | 0.62 | 0.20 | 37.03 | 0.56 | 0.55 |
| Hex | CD | 9C | 4D | 0 | 18 | 3E | 14 | 25 | 38 | 37 |
| Octal | 315 | 234 | 115 | 0 | 30 | 76 | 24 | 45 | 70 | 67 |
| Binary | 11001101 | 10011100 | 1001101 | 0 | 11000 | 111110 | 10100 | 100101 | 111000 | 110111 |
Color Harmonies of #CD9C4D
Complementary color
Monochromatic Colors of #CD9C4D
Black with #CD9C4D
Text Example
Text Example
White with #CD9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C4D; }
p { color: rgb(205,156,77); }
H1.HeaderClassName
{
color: #CD9C4D;
}
.AnyTagClassName
{
color: #CD9C4D;
}
</style>
background-color css
<style>
a { background-color: #CD9C4D; }
a { background-color: rgb(205,156,77); }
div.DivClassName
{
background-color: #CD9C4D;
}
.BgClassName
{
background-color: #CD9C4D;
}
</style>
border-color css
<style>
span { border-color: #CD9C4D; }
span { border-color: rgb(205,156,77); }
td.TdClassName
{
border-color: #CD9C4D;
}
.TagClassName
{
border-color: #CD9C4D;
}
</style>