Html Css Color HEX #DDA17A Tumbleweed

📋 copy color: '#DDA17A'

red 221 ◦ green 161 ◦ blue 122

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

Shades of Tumbleweed #DDA17A

Tints of Tumbleweed #DDA17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 43.85%
G = 31.94%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA17A (or 0xDDA17A) is known color: Tumbleweed. HEX triplet: DD, A1 and 7A. RGB value is (221,161,122). Sum of RGB (Red+Green+Blue) = 221+161+122=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17A is #225E85. Grayscale: #AEAEAE. Windows color (decimal): -2252422 or 8036829. OLE color: 8036829.

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

Color convert

RGB 221 161 122 -
CMYK 0 0.27 0.45 0.13
HSL 23.64º 0.59% 0.67% -
HSV(B) 23.64º 0.45% 0.87% -
XYZ 46.08 42.27 24.14 -
YUV 174.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 221 161 122 0 0.27 0.45 0.13 23.64 0.59 0.67
Hex DD A1 7A 0 1B 2D D 18 3B 43
Octal 335 241 172 0 33 55 15 30 73 103
Binary 11011101 10100001 1111010 0 11011 101101 1101 11000 111011 1000011

Color Harmonies of #DDA17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA17A

Black with #DDA17A

Text Example


Text Example

White with #DDA17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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