Html Css Color HEX #DDA990 Tumbleweed

📋 copy color: '#DDA990'

red 221 ◦ green 169 ◦ blue 144

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

Shades of Tumbleweed #DDA990

Tints of Tumbleweed #DDA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 41.39%
G = 31.65%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA990 (or 0xDDA990) is known color: Tumbleweed. HEX triplet: DD, A9 and 90. RGB value is (221,169,144). Sum of RGB (Red+Green+Blue) = 221+169+144=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA990 is #22566F. Grayscale: #B5B5B5. Windows color (decimal): -2250352 or 9480669. OLE color: 9480669.

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

Color convert

RGB 221 169 144 -
CMYK 0 0.24 0.35 0.13
HSL 19.48º 0.53% 0.72% -
HSV(B) 19.48º 0.35% 0.87% -
XYZ 49.04 45.76 32.63 -
YUV 181.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 221 169 144 0 0.24 0.35 0.13 19.48 0.53 0.72
Hex DD A9 90 0 18 23 D 13 35 48
Octal 335 251 220 0 30 43 15 23 65 110
Binary 11011101 10101001 10010000 0 11000 100011 1101 10011 110101 1001000

Color Harmonies of #DDA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA990

Black with #DDA990

Text Example


Text Example

White with #DDA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA990; }

 p { color: rgb(221,169,144); }

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

background-color css

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

 a { background-color: rgb(221,169,144); }

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

border-color css

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

 span { border-color: rgb(221,169,144); }

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