Html Css Color HEX #DC9D7E Tumbleweed

📋 copy color: '#DC9D7E'

red 220 ◦ green 157 ◦ blue 126

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

Shades of Tumbleweed #DC9D7E

Tints of Tumbleweed #DC9D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

 BLUE value IS 126 (49.61% from 255) = 25.05%

R = 43.74%
G = 31.21%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC9D7E (or 0xDC9D7E) is known color: Tumbleweed. HEX triplet: DC, 9D and 7E. RGB value is (220,157,126). Sum of RGB (Red+Green+Blue) = 220+157+126=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D7E is #236281. Grayscale: #ACACAC. Windows color (decimal): -2318978 or 8297948. OLE color: 8297948.

HSL color Cylindrical-coordinate representation of color #DC9D7E: hue angle of 19.79º degrees, saturation: 0.57, 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 #DC9D7E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 126 -
CMYK 0 0.29 0.43 0.14
HSL 19.79º 0.57% 0.68% -
HSV(B) 19.79º 0.43% 0.86% -
XYZ 45.34 40.84 25.23 -
YUV 172.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 220 157 126 0 0.29 0.43 0.14 19.79 0.57 0.68
Hex DC 9D 7E 0 1D 2B E 14 39 44
Octal 334 235 176 0 35 53 16 24 71 104
Binary 11011100 10011101 1111110 0 11101 101011 1110 10100 111001 1000100

Color Harmonies of #DC9D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D7E

Black with #DC9D7E

Text Example


Text Example

White with #DC9D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D7E; }

 p { color: rgb(220,157,126); }

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

background-color css

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

 a { background-color: rgb(220,157,126); }

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

border-color css

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

 span { border-color: rgb(220,157,126); }

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