Html Css Color HEX #DDA880 Tumbleweed

📋 copy color: '#DDA880'

red 221 ◦ green 168 ◦ blue 128

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

Shades of Tumbleweed #DDA880

Tints of Tumbleweed #DDA880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 42.75%
G = 32.5%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDA880 (or 0xDDA880) is known color: Tumbleweed. HEX triplet: DD, A8 and 80. RGB value is (221,168,128). Sum of RGB (Red+Green+Blue) = 221+168+128=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA880 is #22577F. Grayscale: #B3B3B3. Windows color (decimal): -2250624 or 8431837. OLE color: 8431837.

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

Color convert

RGB 221 168 128 -
CMYK 0 0.24 0.42 0.13
HSL 25.81º 0.58% 0.68% -
HSV(B) 25.81º 0.42% 0.87% -
XYZ 47.72 44.94 26.58 -
YUV 179.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 221 168 128 0 0.24 0.42 0.13 25.81 0.58 0.68
Hex DD A8 80 0 18 2A D 1A 3A 44
Octal 335 250 200 0 30 52 15 32 72 104
Binary 11011101 10101000 10000000 0 11000 101010 1101 11010 111010 1000100

Color Harmonies of #DDA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA880

Black with #DDA880

Text Example


Text Example

White with #DDA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA880; }

 p { color: rgb(221,168,128); }

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

background-color css

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

 a { background-color: rgb(221,168,128); }

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

border-color css

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

 span { border-color: rgb(221,168,128); }

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