Html Css Color HEX #DDA07E Tumbleweed

📋 copy color: '#DDA07E'

red 221 ◦ green 160 ◦ blue 126

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

Shades of Tumbleweed #DDA07E

Tints of Tumbleweed #DDA07E

RGB

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

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

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

R = 43.59%
G = 31.56%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA07E (or 0xDDA07E) is known color: Tumbleweed. HEX triplet: DD, A0 and 7E. RGB value is (221,160,126). Sum of RGB (Red+Green+Blue) = 221+160+126=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA07E is #225F81. Grayscale: #AEAEAE. Windows color (decimal): -2252674 or 8298717. OLE color: 8298717.

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

Color convert

RGB 221 160 126 -
CMYK 0 0.28 0.43 0.13
HSL 21.47º 0.58% 0.68% -
HSV(B) 21.47º 0.43% 0.87% -
XYZ 46.16 42.02 25.42 -
YUV 174.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 221 160 126 0 0.28 0.43 0.13 21.47 0.58 0.68
Hex DD A0 7E 0 1C 2B D 15 3A 44
Octal 335 240 176 0 34 53 15 25 72 104
Binary 11011101 10100000 1111110 0 11100 101011 1101 10101 111010 1000100

Color Harmonies of #DDA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA07E

Black with #DDA07E

Text Example


Text Example

White with #DDA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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