Html Css Color HEX #DD9D81 Tumbleweed

📋 copy color: '#DD9D81'

red 221 ◦ green 157 ◦ blue 129

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

Shades of Tumbleweed #DD9D81

Tints of Tumbleweed #DD9D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 43.59%
G = 30.97%
B = 25.44%

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

#DD9D81 (or 0xDD9D81) is known color: Tumbleweed. HEX triplet: DD, 9D and 81. RGB value is (221,157,129). Sum of RGB (Red+Green+Blue) = 221+157+129=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D81 is #22627E. Grayscale: #ADADAD. Windows color (decimal): -2253439 or 8494557. OLE color: 8494557.

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

Color convert

RGB 221 157 129 -
CMYK 0 0.29 0.42 0.13
HSL 18.26º 0.58% 0.69% -
HSV(B) 18.26º 0.42% 0.87% -
XYZ 45.84 41.07 26.28 -
YUV 172.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 221 157 129 0 0.29 0.42 0.13 18.26 0.58 0.69
Hex DD 9D 81 0 1D 2A D 12 3A 45
Octal 335 235 201 0 35 52 15 22 72 105
Binary 11011101 10011101 10000001 0 11101 101010 1101 10010 111010 1000101

Color Harmonies of #DD9D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D81

Black with #DD9D81

Text Example


Text Example

White with #DD9D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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