Html Css Color HEX #DDA07A Tumbleweed

📋 copy color: '#DDA07A'

red 221 ◦ green 160 ◦ blue 122

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

Shades of Tumbleweed #DDA07A

Tints of Tumbleweed #DDA07A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.81%

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

R = 43.94%
G = 31.81%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA07A (or 0xDDA07A) is known color: Tumbleweed. HEX triplet: DD, A0 and 7A. RGB value is (221,160,122). Sum of RGB (Red+Green+Blue) = 221+160+122=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA07A is #225F85. Grayscale: #AEAEAE. Windows color (decimal): -2252678 or 8036573. OLE color: 8036573.

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

Color convert

RGB 221 160 122 -
CMYK 0 0.28 0.45 0.13
HSL 23.03º 0.59% 0.67% -
HSV(B) 23.03º 0.45% 0.87% -
XYZ 45.9 41.92 24.08 -
YUV 173.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 221 160 122 0 0.28 0.45 0.13 23.03 0.59 0.67
Hex DD A0 7A 0 1C 2D D 17 3B 43
Octal 335 240 172 0 34 55 15 27 73 103
Binary 11011101 10100000 1111010 0 11100 101101 1101 10111 111011 1000011

Color Harmonies of #DDA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA07A

Black with #DDA07A

Text Example


Text Example

White with #DDA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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