Html Css Color HEX #DC9E74 Tumbleweed

📋 copy color: '#DC9E74'

red 220 ◦ green 158 ◦ blue 116

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

Shades of Tumbleweed #DC9E74

Tints of Tumbleweed #DC9E74

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 44.53%
G = 31.98%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9E74 (or 0xDC9E74) is known color: Tumbleweed. HEX triplet: DC, 9E and 74. RGB value is (220,158,116). Sum of RGB (Red+Green+Blue) = 220+158+116=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E74 is #23618B. Grayscale: #ABABAB. Windows color (decimal): -2318732 or 7642844. OLE color: 7642844.

HSL color Cylindrical-coordinate representation of color #DC9E74: hue angle of 24.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC9E74 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 116 -
CMYK 0 0.28 0.47 0.14
HSL 24.23º 0.6% 0.66% -
HSV(B) 24.23º 0.47% 0.86% -
XYZ 44.89 40.93 22.06 -
YUV 171.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 220 158 116 0 0.28 0.47 0.14 24.23 0.6 0.66
Hex DC 9E 74 0 1C 2F E 18 3C 42
Octal 334 236 164 0 34 57 16 30 74 102
Binary 11011100 10011110 1110100 0 11100 101111 1110 11000 111100 1000010

Color Harmonies of #DC9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E74

Black with #DC9E74

Text Example


Text Example

White with #DC9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E74; }

 p { color: rgb(220,158,116); }

 H1.HeaderClassName
 {
   color: #DC9E74;
 }
 .AnyTagClassName
 {
   color: #DC9E74;
 }
</style>

background-color css

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

 a { background-color: rgb(220,158,116); }

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

border-color css

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

 span { border-color: rgb(220,158,116); }

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