#CD974D

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

Shades of Tussock #CD974D

Tints of Tussock #CD974D

Color information

#CD974D (or 0xCD974D) is unknown color: approx Tussock. HEX triplet: CD, 97 and 4D. RGB value is (205,151,77). Sum of RGB (Red+Green+Blue) = 205+151+77=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD974D is #3268B2. Grayscale: #9F9F9F. Windows color (decimal): -3303603 or 5085133. OLE color: 5085133.

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

Color convert

RGB20515177-
CMYK00.260.620.20
HSL34.69º56.14%55.29%-
HSV(B)34.69º62.44%80.39%-
XYZ37.5835.6511.92-
YUV158.7181.89161.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=47.34%
G=34.87%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051517700.260.620.2034.6956.1455.29
HexCD974D01A3E14233837
Octal3152271150327624437067
Binary1100110110010111100110101101011111010100100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD974D; }

 p { color: rgb(205,151,77); }

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

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

 a { background-color: rgb(205,151,77); }

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

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

 span { border-color: rgb(205,151,77); }

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