Html Css Color HEX #DDA387 Tumbleweed

📋 copy color: '#DDA387'

red 221 ◦ green 163 ◦ blue 135

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

Shades of Tumbleweed #DDA387

Tints of Tumbleweed #DDA387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.41%

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 42.58%
G = 31.41%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDA387 (or 0xDDA387) is known color: Tumbleweed. HEX triplet: DD, A3 and 87. RGB value is (221,163,135). Sum of RGB (Red+Green+Blue) = 221+163+135=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA387 is #225C78. Grayscale: #B1B1B1. Windows color (decimal): -2251897 or 8889309. OLE color: 8889309.

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

Color convert

RGB 221 163 135 -
CMYK 0 0.26 0.39 0.13
HSL 19.53º 0.56% 0.7% -
HSV(B) 19.53º 0.39% 0.87% -
XYZ 47.29 43.32 28.79 -
YUV 177.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 221 163 135 0 0.26 0.39 0.13 19.53 0.56 0.7
Hex DD A3 87 0 1A 27 D 14 38 46
Octal 335 243 207 0 32 47 15 24 70 106
Binary 11011101 10100011 10000111 0 11010 100111 1101 10100 111000 1000110

Color Harmonies of #DDA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA387

Black with #DDA387

Text Example


Text Example

White with #DDA387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA387; }

 p { color: rgb(221,163,135); }

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

background-color css

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

 a { background-color: rgb(221,163,135); }

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

border-color css

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

 span { border-color: rgb(221,163,135); }

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