Html Css Color HEX #DDA175 Tumbleweed

📋 copy color: '#DDA175'

red 221 ◦ green 161 ◦ blue 117

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

Shades of Tumbleweed #DDA175

Tints of Tumbleweed #DDA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 44.29%
G = 32.26%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA175 (or 0xDDA175) is known color: Tumbleweed. HEX triplet: DD, A1 and 75. RGB value is (221,161,117). Sum of RGB (Red+Green+Blue) = 221+161+117=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA175 is #225E8A. Grayscale: #AEAEAE. Windows color (decimal): -2252427 or 7709149. OLE color: 7709149.

HSL color Cylindrical-coordinate representation of color #DDA175: hue angle of 25.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA175 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 117 -
CMYK 0 0.27 0.47 0.13
HSL 25.38º 0.6% 0.66% -
HSV(B) 25.38º 0.47% 0.87% -
XYZ 45.77 42.15 22.55 -
YUV 173.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 221 161 117 0 0.27 0.47 0.13 25.38 0.6 0.66
Hex DD A1 75 0 1B 2F D 19 3C 42
Octal 335 241 165 0 33 57 15 31 74 102
Binary 11011101 10100001 1110101 0 11011 101111 1101 11001 111100 1000010

Color Harmonies of #DDA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA175

Black with #DDA175

Text Example


Text Example

White with #DDA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA175; }

 p { color: rgb(221,161,117); }

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

background-color css

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

 a { background-color: rgb(221,161,117); }

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

border-color css

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

 span { border-color: rgb(221,161,117); }

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