Html Css Color HEX #DDAB91 Tumbleweed

📋 copy color: '#DDAB91'

red 221 ◦ green 171 ◦ blue 145

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

Shades of Tumbleweed #DDAB91

Tints of Tumbleweed #DDAB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

 BLUE value IS 145 (57.03% from 255) = 27%

R = 41.15%
G = 31.84%
B = 27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDAB91 (or 0xDDAB91) is known color: Tumbleweed. HEX triplet: DD, AB and 91. RGB value is (221,171,145). Sum of RGB (Red+Green+Blue) = 221+171+145=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB91 is #22546E. Grayscale: #B7B7B7. Windows color (decimal): -2249839 or 9546717. OLE color: 9546717.

HSL color Cylindrical-coordinate representation of color #DDAB91: hue angle of 20.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDAB91 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 145 -
CMYK 0 0.23 0.34 0.13
HSL 20.53º 0.53% 0.72% -
HSV(B) 20.53º 0.34% 0.87% -
XYZ 49.49 46.54 33.16 -
YUV 182.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 221 171 145 0 0.23 0.34 0.13 20.53 0.53 0.72
Hex DD AB 91 0 17 22 D 15 35 48
Octal 335 253 221 0 27 42 15 25 65 110
Binary 11011101 10101011 10010001 0 10111 100010 1101 10101 110101 1001000

Color Harmonies of #DDAB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB91

Black with #DDAB91

Text Example


Text Example

White with #DDAB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB91; }

 p { color: rgb(221,171,145); }

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

background-color css

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

 a { background-color: rgb(221,171,145); }

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

border-color css

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

 span { border-color: rgb(221,171,145); }

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