Html Css Color HEX #DC9B7E Tumbleweed

📋 copy color: '#DC9B7E'

red 220 ◦ green 155 ◦ blue 126

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

Shades of Tumbleweed #DC9B7E

Tints of Tumbleweed #DC9B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 43.91%
G = 30.94%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC9B7E (or 0xDC9B7E) is known color: Tumbleweed. HEX triplet: DC, 9B and 7E. RGB value is (220,155,126). Sum of RGB (Red+Green+Blue) = 220+155+126=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B7E is #236481. Grayscale: #ABABAB. Windows color (decimal): -2319490 or 8297436. OLE color: 8297436.

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

Color convert

RGB 220 155 126 -
CMYK 0 0.30 0.43 0.14
HSL 18.51º 0.57% 0.68% -
HSV(B) 18.51º 0.43% 0.86% -
XYZ 45 40.16 25.12 -
YUV 171.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 220 155 126 0 0.30 0.43 0.14 18.51 0.57 0.68
Hex DC 9B 7E 0 1E 2B E 13 39 44
Octal 334 233 176 0 36 53 16 23 71 104
Binary 11011100 10011011 1111110 0 11110 101011 1110 10011 111001 1000100

Color Harmonies of #DC9B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B7E

Black with #DC9B7E

Text Example


Text Example

White with #DC9B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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