Html Css Color HEX #DDA177 Tumbleweed

📋 copy color: '#DDA177'

red 221 ◦ green 161 ◦ blue 119

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

Shades of Tumbleweed #DDA177

Tints of Tumbleweed #DDA177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 44.11%
G = 32.14%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA177 (or 0xDDA177) is known color: Tumbleweed. HEX triplet: DD, A1 and 77. RGB value is (221,161,119). Sum of RGB (Red+Green+Blue) = 221+161+119=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA177 is #225E88. Grayscale: #AEAEAE. Windows color (decimal): -2252425 or 7840221. OLE color: 7840221.

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

Color convert

RGB 221 161 119 -
CMYK 0 0.27 0.46 0.13
HSL 24.71º 0.6% 0.67% -
HSV(B) 24.71º 0.46% 0.87% -
XYZ 45.89 42.19 23.18 -
YUV 174.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 221 161 119 0 0.27 0.46 0.13 24.71 0.6 0.67
Hex DD A1 77 0 1B 2E D 19 3C 43
Octal 335 241 167 0 33 56 15 31 74 103
Binary 11011101 10100001 1110111 0 11011 101110 1101 11001 111100 1000011

Color Harmonies of #DDA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA177

Black with #DDA177

Text Example


Text Example

White with #DDA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA177; }

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

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

background-color css

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

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

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

border-color css

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

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

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