Html Css Color HEX #DC9E72 Tumbleweed

📋 copy color: '#DC9E72'

red 220 ◦ green 158 ◦ blue 114

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

Shades of Tumbleweed #DC9E72

Tints of Tumbleweed #DC9E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 44.72%
G = 32.11%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9E72 (or 0xDC9E72) is known color: Tumbleweed. HEX triplet: DC, 9E and 72. RGB value is (220,158,114). Sum of RGB (Red+Green+Blue) = 220+158+114=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E72 is #23618D. Grayscale: #ABABAB. Windows color (decimal): -2318734 or 7511772. OLE color: 7511772.

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

Color convert

RGB 220 158 114 -
CMYK 0 0.28 0.48 0.14
HSL 24.91º 0.6% 0.65% -
HSV(B) 24.91º 0.48% 0.86% -
XYZ 44.78 40.88 21.45 -
YUV 171.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 220 158 114 0 0.28 0.48 0.14 24.91 0.6 0.65
Hex DC 9E 72 0 1C 30 E 19 3C 41
Octal 334 236 162 0 34 60 16 31 74 101
Binary 11011100 10011110 1110010 0 11100 110000 1110 11001 111100 1000001

Color Harmonies of #DC9E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E72

Black with #DC9E72

Text Example


Text Example

White with #DC9E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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