Html Css Color HEX #DDA47A Tumbleweed

📋 copy color: '#DDA47A'

red 221 ◦ green 164 ◦ blue 122

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

Shades of Tumbleweed #DDA47A

Tints of Tumbleweed #DDA47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

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

R = 43.59%
G = 32.35%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA47A (or 0xDDA47A) is known color: Tumbleweed. HEX triplet: DD, A4 and 7A. RGB value is (221,164,122). Sum of RGB (Red+Green+Blue) = 221+164+122=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47A is #225B85. Grayscale: #B0B0B0. Windows color (decimal): -2251654 or 8037597. OLE color: 8037597.

HSL color Cylindrical-coordinate representation of color #DDA47A: hue angle of 25.45º 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 #DDA47A is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 122 -
CMYK 0 0.26 0.45 0.13
HSL 25.45º 0.59% 0.67% -
HSV(B) 25.45º 0.45% 0.87% -
XYZ 46.61 43.33 24.32 -
YUV 176.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 221 164 122 0 0.26 0.45 0.13 25.45 0.59 0.67
Hex DD A4 7A 0 1A 2D D 19 3B 43
Octal 335 244 172 0 32 55 15 31 73 103
Binary 11011101 10100100 1111010 0 11010 101101 1101 11001 111011 1000011

Color Harmonies of #DDA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA47A

Black with #DDA47A

Text Example


Text Example

White with #DDA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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