Html Css Color HEX #DC9F83 Tumbleweed

📋 copy color: '#DC9F83'

red 220 ◦ green 159 ◦ blue 131

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

Shades of Tumbleweed #DC9F83

Tints of Tumbleweed #DC9F83

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 43.14%
G = 31.18%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC9F83 (or 0xDC9F83) is known color: Tumbleweed. HEX triplet: DC, 9F and 83. RGB value is (220,159,131). Sum of RGB (Red+Green+Blue) = 220+159+131=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F83 is #23607C. Grayscale: #AEAEAE. Windows color (decimal): -2318461 or 8626140. OLE color: 8626140.

HSL color Cylindrical-coordinate representation of color #DC9F83: hue angle of 18.88º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9F83 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 131 -
CMYK 0 0.28 0.40 0.14
HSL 18.88º 0.56% 0.69% -
HSV(B) 18.88º 0.4% 0.86% -
XYZ 46.01 41.65 27.09 -
YUV 174.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 220 159 131 0 0.28 0.40 0.14 18.88 0.56 0.69
Hex DC 9F 83 0 1C 28 E 13 38 45
Octal 334 237 203 0 34 50 16 23 70 105
Binary 11011100 10011111 10000011 0 11100 101000 1110 10011 111000 1000101

Color Harmonies of #DC9F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F83

Black with #DC9F83

Text Example


Text Example

White with #DC9F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F83; }

 p { color: rgb(220,159,131); }

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

background-color css

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

 a { background-color: rgb(220,159,131); }

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

border-color css

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

 span { border-color: rgb(220,159,131); }

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