Shades of Tussock #CD954A
Tints of Tussock #CD954A
RGB
CMYK
RGB Variations
Color information
#CD954A (or 0xCD954A) is known color: Tussock. HEX triplet: CD, 95 and 4A. RGB value is (205,149,74). Sum of RGB (Red+Green+Blue) = 205+149+74=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD954A is #326AB5. Grayscale: #9D9D9D. Windows color (decimal): -3304118 or 4888013. OLE color: 4888013.
HSL color Cylindrical-coordinate representation of color #CD954A: hue angle of 34.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD954A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 74 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.20 |
| HSL | 34.35º | 0.57% | 0.55% | - |
| HSV(B) | 34.35º | 0.64% | 0.8% | - |
| XYZ | 37.16 | 34.97 | 11.27 | - |
| YUV | 157.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 74 | 0 | 0.27 | 0.64 | 0.20 | 34.35 | 0.57 | 0.55 |
| Hex | CD | 95 | 4A | 0 | 1B | 40 | 14 | 22 | 39 | 37 |
| Octal | 315 | 225 | 112 | 0 | 33 | 100 | 24 | 42 | 71 | 67 |
| Binary | 11001101 | 10010101 | 1001010 | 0 | 11011 | 1000000 | 10100 | 100010 | 111001 | 110111 |
Color Harmonies of #CD954A
Complementary color
Monochromatic Colors of #CD954A
Black with #CD954A
Text Example
Text Example
White with #CD954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD954A; }
p { color: rgb(205,149,74); }
H1.HeaderClassName
{
color: #CD954A;
}
.AnyTagClassName
{
color: #CD954A;
}
</style>
background-color css
<style>
a { background-color: #CD954A; }
a { background-color: rgb(205,149,74); }
div.DivClassName
{
background-color: #CD954A;
}
.BgClassName
{
background-color: #CD954A;
}
</style>
border-color css
<style>
span { border-color: #CD954A; }
span { border-color: rgb(205,149,74); }
td.TdClassName
{
border-color: #CD954A;
}
.TagClassName
{
border-color: #CD954A;
}
</style>