Html Css Color HEX #DDA78A Tumbleweed

📋 copy color: '#DDA78A'

red 221 ◦ green 167 ◦ blue 138

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

Shades of Tumbleweed #DDA78A

Tints of Tumbleweed #DDA78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

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

R = 42.02%
G = 31.75%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA78A (or 0xDDA78A) is known color: Tumbleweed. HEX triplet: DD, A7 and 8A. RGB value is (221,167,138). Sum of RGB (Red+Green+Blue) = 221+167+138=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78A is #225875. Grayscale: #B4B4B4. Windows color (decimal): -2250870 or 9086941. OLE color: 9086941.

HSL color Cylindrical-coordinate representation of color #DDA78A: hue angle of 20.96º 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 #DDA78A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 138 -
CMYK 0 0.24 0.38 0.13
HSL 20.96º 0.55% 0.7% -
HSV(B) 20.96º 0.38% 0.87% -
XYZ 48.22 44.84 30.16 -
YUV 179.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 221 167 138 0 0.24 0.38 0.13 20.96 0.55 0.7
Hex DD A7 8A 0 18 26 D 15 37 46
Octal 335 247 212 0 30 46 15 25 67 106
Binary 11011101 10100111 10001010 0 11000 100110 1101 10101 110111 1000110

Color Harmonies of #DDA78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA78A

Black with #DDA78A

Text Example


Text Example

White with #DDA78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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