Html Css Color HEX #DDA280 Tumbleweed

📋 copy color: '#DDA280'

red 221 ◦ green 162 ◦ blue 128

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

Shades of Tumbleweed #DDA280

Tints of Tumbleweed #DDA280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

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

R = 43.25%
G = 31.7%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDA280 (or 0xDDA280) is known color: Tumbleweed. HEX triplet: DD, A2 and 80. RGB value is (221,162,128). Sum of RGB (Red+Green+Blue) = 221+162+128=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA280 is #225D7F. Grayscale: #AFAFAF. Windows color (decimal): -2252160 or 8430301. OLE color: 8430301.

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

Color convert

RGB 221 162 128 -
CMYK 0 0.27 0.42 0.13
HSL 21.94º 0.58% 0.68% -
HSV(B) 21.94º 0.42% 0.87% -
XYZ 46.64 42.77 26.22 -
YUV 175.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 221 162 128 0 0.27 0.42 0.13 21.94 0.58 0.68
Hex DD A2 80 0 1B 2A D 16 3A 44
Octal 335 242 200 0 33 52 15 26 72 104
Binary 11011101 10100010 10000000 0 11011 101010 1101 10110 111010 1000100

Color Harmonies of #DDA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA280

Black with #DDA280

Text Example


Text Example

White with #DDA280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA280; }

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

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

background-color css

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

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

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

border-color css

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

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

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