Html Css Color HEX #DC9F7D Tumbleweed

📋 copy color: '#DC9F7D'

red 220 ◦ green 159 ◦ blue 125

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

Shades of Tumbleweed #DC9F7D

Tints of Tumbleweed #DC9F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 43.65%
G = 31.55%
B = 24.8%

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

#DC9F7D (or 0xDC9F7D) is known color: Tumbleweed. HEX triplet: DC, 9F and 7D. RGB value is (220,159,125). Sum of RGB (Red+Green+Blue) = 220+159+125=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F7D is #236082. Grayscale: #ADADAD. Windows color (decimal): -2318467 or 8232924. OLE color: 8232924.

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

Color convert

RGB 220 159 125 -
CMYK 0 0.28 0.43 0.14
HSL 21.47º 0.58% 0.68% -
HSV(B) 21.47º 0.43% 0.86% -
XYZ 45.62 41.49 25.01 -
YUV 173.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 220 159 125 0 0.28 0.43 0.14 21.47 0.58 0.68
Hex DC 9F 7D 0 1C 2B E 15 3A 44
Octal 334 237 175 0 34 53 16 25 72 104
Binary 11011100 10011111 1111101 0 11100 101011 1110 10101 111010 1000100

Color Harmonies of #DC9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F7D

Black with #DC9F7D

Text Example


Text Example

White with #DC9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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