Html Css Color HEX #DDA48A Tumbleweed

📋 copy color: '#DDA48A'

red 221 ◦ green 164 ◦ blue 138

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

Shades of Tumbleweed #DDA48A

Tints of Tumbleweed #DDA48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 42.26%
G = 31.36%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA48A (or 0xDDA48A) is known color: Tumbleweed. HEX triplet: DD, A4 and 8A. RGB value is (221,164,138). Sum of RGB (Red+Green+Blue) = 221+164+138=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48A is #225B75. Grayscale: #B2B2B2. Windows color (decimal): -2251638 or 9086173. OLE color: 9086173.

HSL color Cylindrical-coordinate representation of color #DDA48A: hue angle of 18.8º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA48A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 138 -
CMYK 0 0.26 0.38 0.13
HSL 18.8º 0.55% 0.7% -
HSV(B) 18.8º 0.38% 0.87% -
XYZ 47.68 43.76 29.98 -
YUV 178.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 221 164 138 0 0.26 0.38 0.13 18.8 0.55 0.7
Hex DD A4 8A 0 1A 26 D 13 37 46
Octal 335 244 212 0 32 46 15 23 67 106
Binary 11011101 10100100 10001010 0 11010 100110 1101 10011 110111 1000110

Color Harmonies of #DDA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA48A

Black with #DDA48A

Text Example


Text Example

White with #DDA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA48A; }

 p { color: rgb(221,164,138); }

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

background-color css

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

 a { background-color: rgb(221,164,138); }

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

border-color css

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

 span { border-color: rgb(221,164,138); }

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