Html Css Color HEX #DDA17E Tumbleweed

📋 copy color: '#DDA17E'

red 221 ◦ green 161 ◦ blue 126

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

Shades of Tumbleweed #DDA17E

Tints of Tumbleweed #DDA17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 43.5%
G = 31.69%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA17E (or 0xDDA17E) is known color: Tumbleweed. HEX triplet: DD, A1 and 7E. RGB value is (221,161,126). Sum of RGB (Red+Green+Blue) = 221+161+126=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17E is #225E81. Grayscale: #AFAFAF. Windows color (decimal): -2252418 or 8298973. OLE color: 8298973.

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

Color convert

RGB 221 161 126 -
CMYK 0 0.27 0.43 0.13
HSL 22.11º 0.58% 0.68% -
HSV(B) 22.11º 0.43% 0.87% -
XYZ 46.33 42.37 25.47 -
YUV 174.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 221 161 126 0 0.27 0.43 0.13 22.11 0.58 0.68
Hex DD A1 7E 0 1B 2B D 16 3A 44
Octal 335 241 176 0 33 53 15 26 72 104
Binary 11011101 10100001 1111110 0 11011 101011 1101 10110 111010 1000100

Color Harmonies of #DDA17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA17E

Black with #DDA17E

Text Example


Text Example

White with #DDA17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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