Html Css Color HEX #DD9D7C Tumbleweed

📋 copy color: '#DD9D7C'

red 221 ◦ green 157 ◦ blue 124

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

Shades of Tumbleweed #DD9D7C

Tints of Tumbleweed #DD9D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 44.02%
G = 31.27%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD9D7C (or 0xDD9D7C) is known color: Tumbleweed. HEX triplet: DD, 9D and 7C. RGB value is (221,157,124). Sum of RGB (Red+Green+Blue) = 221+157+124=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D7C is #226283. Grayscale: #ACACAC. Windows color (decimal): -2253444 or 8166877. OLE color: 8166877.

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

Color convert

RGB 221 157 124 -
CMYK 0 0.29 0.44 0.13
HSL 20.41º 0.59% 0.68% -
HSV(B) 20.41º 0.44% 0.87% -
XYZ 45.51 40.94 24.57 -
YUV 172.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 221 157 124 0 0.29 0.44 0.13 20.41 0.59 0.68
Hex DD 9D 7C 0 1D 2C D 14 3B 44
Octal 335 235 174 0 35 54 15 24 73 104
Binary 11011101 10011101 1111100 0 11101 101100 1101 10100 111011 1000100

Color Harmonies of #DD9D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D7C

Black with #DD9D7C

Text Example


Text Example

White with #DD9D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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