Html Css Color HEX #CD974D Tussock

📋 copy color: '#CD974D'

red 205 ◦ green 151 ◦ blue 77

#CD974D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #CD974D

Tints of Tussock #CD974D

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 value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD974D (or 0xCD974D) is known color: 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

RGB 205 151 77 -
CMYK 0 0.26 0.62 0.20
HSL 34.69º 0.56% 0.55% -
HSV(B) 34.69º 0.62% 0.8% -
XYZ 37.58 35.65 11.92 -
YUV 158.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 205 151 77 0 0.26 0.62 0.20 34.69 0.56 0.55
Hex CD 97 4D 0 1A 3E 14 23 38 37
Octal 315 227 115 0 32 76 24 43 70 67
Binary 11001101 10010111 1001101 0 11010 111110 10100 100011 111000 110111

Color Harmonies of #CD974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD974D

Black with #CD974D

Text Example


Text Example

White with #CD974D

Text Example


Text Example

HTML Codes & Css Web 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>