Html Css Color HEX #DDAC8D Tumbleweed

📋 copy color: '#DDAC8D'

red 221 ◦ green 172 ◦ blue 141

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

Shades of Tumbleweed #DDAC8D

Tints of Tumbleweed #DDAC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 41.39%
G = 32.21%
B = 26.4%

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

#DDAC8D (or 0xDDAC8D) is known color: Tumbleweed. HEX triplet: DD, AC and 8D. RGB value is (221,172,141). Sum of RGB (Red+Green+Blue) = 221+172+141=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8D is #225372. Grayscale: #B7B7B7. Windows color (decimal): -2249587 or 9284829. OLE color: 9284829.

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

Color convert

RGB 221 172 141 -
CMYK 0 0.22 0.36 0.13
HSL 23.25º 0.54% 0.71% -
HSV(B) 23.25º 0.36% 0.87% -
XYZ 49.38 46.8 31.63 -
YUV 183.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 221 172 141 0 0.22 0.36 0.13 23.25 0.54 0.71
Hex DD AC 8D 0 16 24 D 17 36 47
Octal 335 254 215 0 26 44 15 27 66 107
Binary 11011101 10101100 10001101 0 10110 100100 1101 10111 110110 1000111

Color Harmonies of #DDAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC8D

Black with #DDAC8D

Text Example


Text Example

White with #DDAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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