Html Css Color HEX #DD9D80 Tumbleweed

📋 copy color: '#DD9D80'

red 221 ◦ green 157 ◦ blue 128

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

Shades of Tumbleweed #DD9D80

Tints of Tumbleweed #DD9D80

RGB

 RED value IS 221 (86.72% from 255) = 43.68%

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 43.68%
G = 31.03%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9D80 (or 0xDD9D80) is known color: Tumbleweed. HEX triplet: DD, 9D and 80. RGB value is (221,157,128). Sum of RGB (Red+Green+Blue) = 221+157+128=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D80 is #22627F. Grayscale: #ADADAD. Windows color (decimal): -2253440 or 8429021. OLE color: 8429021.

HSL color Cylindrical-coordinate representation of color #DD9D80: hue angle of 18.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9D80 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 128 -
CMYK 0 0.29 0.42 0.13
HSL 18.71º 0.58% 0.68% -
HSV(B) 18.71º 0.42% 0.87% -
XYZ 45.77 41.04 25.93 -
YUV 172.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 221 157 128 0 0.29 0.42 0.13 18.71 0.58 0.68
Hex DD 9D 80 0 1D 2A D 13 3A 44
Octal 335 235 200 0 35 52 15 23 72 104
Binary 11011101 10011101 10000000 0 11101 101010 1101 10011 111010 1000100

Color Harmonies of #DD9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D80

Black with #DD9D80

Text Example


Text Example

White with #DD9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D80; }

 p { color: rgb(221,157,128); }

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

background-color css

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

 a { background-color: rgb(221,157,128); }

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

border-color css

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

 span { border-color: rgb(221,157,128); }

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