Html Css Color HEX #DDA17D Tumbleweed

📋 copy color: '#DDA17D'

red 221 ◦ green 161 ◦ blue 125

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

Shades of Tumbleweed #DDA17D

Tints of Tumbleweed #DDA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 43.59%
G = 31.76%
B = 24.65%

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

#DDA17D (or 0xDDA17D) is known color: Tumbleweed. HEX triplet: DD, A1 and 7D. RGB value is (221,161,125). Sum of RGB (Red+Green+Blue) = 221+161+125=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17D is #225E82. Grayscale: #AFAFAF. Windows color (decimal): -2252419 or 8233437. OLE color: 8233437.

HSL color Cylindrical-coordinate representation of color #DDA17D: hue angle of 22.5º degrees, saturation: 0.59, 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 #DDA17D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 125 -
CMYK 0 0.27 0.43 0.13
HSL 22.5º 0.59% 0.68% -
HSV(B) 22.5º 0.43% 0.87% -
XYZ 46.27 42.34 25.14 -
YUV 174.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 221 161 125 0 0.27 0.43 0.13 22.5 0.59 0.68
Hex DD A1 7D 0 1B 2B D 16 3B 44
Octal 335 241 175 0 33 53 15 26 73 104
Binary 11011101 10100001 1111101 0 11011 101011 1101 10110 111011 1000100

Color Harmonies of #DDA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA17D

Black with #DDA17D

Text Example


Text Example

White with #DDA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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