Html Css Color HEX #DC9B7F Tumbleweed

📋 copy color: '#DC9B7F'

red 220 ◦ green 155 ◦ blue 127

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

Shades of Tumbleweed #DC9B7F

Tints of Tumbleweed #DC9B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.3%

R = 43.82%
G = 30.88%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC9B7F (or 0xDC9B7F) is known color: Tumbleweed. HEX triplet: DC, 9B and 7F. RGB value is (220,155,127). Sum of RGB (Red+Green+Blue) = 220+155+127=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B7F is #236480. Grayscale: #ABABAB. Windows color (decimal): -2319489 or 8362972. OLE color: 8362972.

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

Color convert

RGB 220 155 127 -
CMYK 0 0.30 0.42 0.14
HSL 18.06º 0.57% 0.68% -
HSV(B) 18.06º 0.42% 0.86% -
XYZ 45.07 40.19 25.46 -
YUV 171.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 220 155 127 0 0.30 0.42 0.14 18.06 0.57 0.68
Hex DC 9B 7F 0 1E 2A E 12 39 44
Octal 334 233 177 0 36 52 16 22 71 104
Binary 11011100 10011011 1111111 0 11110 101010 1110 10010 111001 1000100

Color Harmonies of #DC9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B7F

Black with #DC9B7F

Text Example


Text Example

White with #DC9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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