Html Css Color HEX #DC9F7E Tumbleweed

📋 copy color: '#DC9F7E'

red 220 ◦ green 159 ◦ blue 126

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

Shades of Tumbleweed #DC9F7E

Tints of Tumbleweed #DC9F7E

RGB

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

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

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

R = 43.56%
G = 31.49%
B = 24.95%

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

#DC9F7E (or 0xDC9F7E) is known color: Tumbleweed. HEX triplet: DC, 9F and 7E. RGB value is (220,159,126). Sum of RGB (Red+Green+Blue) = 220+159+126=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F7E is #236081. Grayscale: #ADADAD. Windows color (decimal): -2318466 or 8298460. OLE color: 8298460.

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

Color convert

RGB 220 159 126 -
CMYK 0 0.28 0.43 0.14
HSL 21.06º 0.57% 0.68% -
HSV(B) 21.06º 0.43% 0.86% -
XYZ 45.68 41.52 25.34 -
YUV 173.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 220 159 126 0 0.28 0.43 0.14 21.06 0.57 0.68
Hex DC 9F 7E 0 1C 2B E 15 39 44
Octal 334 237 176 0 34 53 16 25 71 104
Binary 11011100 10011111 1111110 0 11100 101011 1110 10101 111001 1000100

Color Harmonies of #DC9F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F7E

Black with #DC9F7E

Text Example


Text Example

White with #DC9F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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