Html Css Color HEX #DDAC90 Tumbleweed

📋 copy color: '#DDAC90'

red 221 ◦ green 172 ◦ blue 144

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

Shades of Tumbleweed #DDAC90

Tints of Tumbleweed #DDAC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 41.15%
G = 32.03%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDAC90 (or 0xDDAC90) is known color: Tumbleweed. HEX triplet: DD, AC and 90. RGB value is (221,172,144). Sum of RGB (Red+Green+Blue) = 221+172+144=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC90 is #22536F. Grayscale: #B7B7B7. Windows color (decimal): -2249584 or 9481437. OLE color: 9481437.

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

Color convert

RGB 221 172 144 -
CMYK 0 0.22 0.35 0.13
HSL 21.82º 0.53% 0.72% -
HSV(B) 21.82º 0.35% 0.87% -
XYZ 49.61 46.89 32.82 -
YUV 183.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 221 172 144 0 0.22 0.35 0.13 21.82 0.53 0.72
Hex DD AC 90 0 16 23 D 16 35 48
Octal 335 254 220 0 26 43 15 26 65 110
Binary 11011101 10101100 10010000 0 10110 100011 1101 10110 110101 1001000

Color Harmonies of #DDAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC90

Black with #DDAC90

Text Example


Text Example

White with #DDAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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