Html Css Color HEX #DC9F74 Tumbleweed

📋 copy color: '#DC9F74'

red 220 ◦ green 159 ◦ blue 116

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

Shades of Tumbleweed #DC9F74

Tints of Tumbleweed #DC9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.12%

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

R = 44.44%
G = 32.12%
B = 23.43%

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

#DC9F74 (or 0xDC9F74) is known color: Tumbleweed. HEX triplet: DC, 9F and 74. RGB value is (220,159,116). Sum of RGB (Red+Green+Blue) = 220+159+116=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F74 is #23608B. Grayscale: #ACACAC. Windows color (decimal): -2318476 or 7643100. OLE color: 7643100.

HSL color Cylindrical-coordinate representation of color #DC9F74: hue angle of 24.81º 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 #DC9F74 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 116 -
CMYK 0 0.28 0.47 0.14
HSL 24.81º 0.6% 0.66% -
HSV(B) 24.81º 0.47% 0.86% -
XYZ 45.07 41.27 22.11 -
YUV 172.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 220 159 116 0 0.28 0.47 0.14 24.81 0.6 0.66
Hex DC 9F 74 0 1C 2F E 19 3C 42
Octal 334 237 164 0 34 57 16 31 74 102
Binary 11011100 10011111 1110100 0 11100 101111 1110 11001 111100 1000010

Color Harmonies of #DC9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F74

Black with #DC9F74

Text Example


Text Example

White with #DC9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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