#CD9D49

Color #CD9D49 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #CD9D49

Tints of Tussock #CD9D49

Color information

#CD9D49 (or 0xCD9D49) is unknown color: approx Tussock. HEX triplet: CD, 9D and 49. RGB value is (205,157,73). Sum of RGB (Red+Green+Blue) = 205+157+73=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9D49 is #3262B6. Grayscale: #A2A2A2. Windows color (decimal): -3302071 or 4824525. OLE color: 4824525.

HSL color Cylindrical-coordinate representation of color #CD9D49: hue angle of 38.18º 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 #CD9D49 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20515773-
CMYK00.230.640.20
HSL38.18º56.9%54.51%-
HSV(B)38.18º64.39%80.39%-
XYZ38.4437.5711.53-
YUV161.7877.9158.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 157 (61.72% from 255) = 36.09%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=47.13%
G=36.09%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051577300.230.640.2038.1856.954.51
HexCD9D490174014263937
Octal31523511102710024467167
Binary11001101100111011001001010111100000010100100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D49; }

 p { color: rgb(205,157,73); }

 H1.HeaderClassName
 {
   color: #CD9D49;
 }
 .AnyTagClassName
 {
   color: #CD9D49;
 }
</style>
background-color css

<style>
 a { background-color: #CD9D49; }

 a { background-color: rgb(205,157,73); }

 div.DivClassName
 {
   background-color: #CD9D49;
 }
 .BgClassName
 {
   background-color: #CD9D49;
 }
</style>
border-color css

<style>
 span { border-color: #CD9D49; }

 span { border-color: rgb(205,157,73); }

 td.TdClassName
 {
   border-color: #CD9D49;
 }
 .TagClassName
 {
   border-color: #CD9D49;
 }
</style>