Html Css Color HEX #DC9E7D Tumbleweed

📋 copy color: '#DC9E7D'

red 220 ◦ green 158 ◦ blue 125

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

Shades of Tumbleweed #DC9E7D

Tints of Tumbleweed #DC9E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 43.74%
G = 31.41%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC9E7D (or 0xDC9E7D) is known color: Tumbleweed. HEX triplet: DC, 9E and 7D. RGB value is (220,158,125). Sum of RGB (Red+Green+Blue) = 220+158+125=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E7D is #236182. Grayscale: #ACACAC. Windows color (decimal): -2318723 or 8232668. OLE color: 8232668.

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

Color convert

RGB 220 158 125 -
CMYK 0 0.28 0.43 0.14
HSL 20.84º 0.58% 0.68% -
HSV(B) 20.84º 0.43% 0.86% -
XYZ 45.44 41.15 24.95 -
YUV 172.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 220 158 125 0 0.28 0.43 0.14 20.84 0.58 0.68
Hex DC 9E 7D 0 1C 2B E 15 3A 44
Octal 334 236 175 0 34 53 16 25 72 104
Binary 11011100 10011110 1111101 0 11100 101011 1110 10101 111010 1000100

Color Harmonies of #DC9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E7D

Black with #DC9E7D

Text Example


Text Example

White with #DC9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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