Html Css Color HEX #DDA086 Tumbleweed

📋 copy color: '#DDA086'

red 221 ◦ green 160 ◦ blue 134

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

Shades of Tumbleweed #DDA086

Tints of Tumbleweed #DDA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 134 (52.73% from 255) = 26.02%

R = 42.91%
G = 31.07%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDA086 (or 0xDDA086) is known color: Tumbleweed. HEX triplet: DD, A0 and 86. RGB value is (221,160,134). Sum of RGB (Red+Green+Blue) = 221+160+134=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA086 is #225F79. Grayscale: #AFAFAF. Windows color (decimal): -2252666 or 8823005. OLE color: 8823005.

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

Color convert

RGB 221 160 134 -
CMYK 0 0.28 0.39 0.13
HSL 17.93º 0.56% 0.7% -
HSV(B) 17.93º 0.39% 0.87% -
XYZ 46.69 42.24 28.25 -
YUV 175.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 221 160 134 0 0.28 0.39 0.13 17.93 0.56 0.7
Hex DD A0 86 0 1C 27 D 12 38 46
Octal 335 240 206 0 34 47 15 22 70 106
Binary 11011101 10100000 10000110 0 11100 100111 1101 10010 111000 1000110

Color Harmonies of #DDA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA086

Black with #DDA086

Text Example


Text Example

White with #DDA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA086; }

 p { color: rgb(221,160,134); }

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

background-color css

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

 a { background-color: rgb(221,160,134); }

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

border-color css

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

 span { border-color: rgb(221,160,134); }

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