Html Css Color HEX #DDAC8E Tumbleweed

📋 copy color: '#DDAC8E'

red 221 ◦ green 172 ◦ blue 142

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

Shades of Tumbleweed #DDAC8E

Tints of Tumbleweed #DDAC8E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 41.31%
G = 32.15%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDAC8E (or 0xDDAC8E) is known color: Tumbleweed. HEX triplet: DD, AC and 8E. RGB value is (221,172,142). Sum of RGB (Red+Green+Blue) = 221+172+142=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8E is #225371. Grayscale: #B7B7B7. Windows color (decimal): -2249586 or 9350365. OLE color: 9350365.

HSL color Cylindrical-coordinate representation of color #DDAC8E: hue angle of 22.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDAC8E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 142 -
CMYK 0 0.22 0.36 0.13
HSL 22.78º 0.54% 0.71% -
HSV(B) 22.78º 0.36% 0.87% -
XYZ 49.45 46.83 32.02 -
YUV 183.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 221 172 142 0 0.22 0.36 0.13 22.78 0.54 0.71
Hex DD AC 8E 0 16 24 D 17 36 47
Octal 335 254 216 0 26 44 15 27 66 107
Binary 11011101 10101100 10001110 0 10110 100100 1101 10111 110110 1000111

Color Harmonies of #DDAC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC8E

Black with #DDAC8E

Text Example


Text Example

White with #DDAC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC8E; }

 p { color: rgb(221,172,142); }

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

background-color css

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

 a { background-color: rgb(221,172,142); }

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

border-color css

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

 span { border-color: rgb(221,172,142); }

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