#DDA680

Color #DDA680 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DDA680

Tints of Tumbleweed #DDA680

Color information

#DDA680 (or 0xDDA680) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 80. RGB value is (221,166,128). Sum of RGB (Red+Green+Blue) = 221+166+128=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA680 is #22597F. Grayscale: #B2B2B2. Windows color (decimal): -2251136 or 8431325. OLE color: 8431325.

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

Color convert

RGB221166128-
CMYK00.250.420.13
HSL24.52º57.76%68.43%-
HSV(B)24.52º42.08%86.67%-
XYZ47.3544.226.46-
YUV178.1199.72158.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=42.91%
G=32.23%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116612800.250.420.1324.5257.7668.43
HexDDA6800192AD193a44
Octal33524620003152153172104
Binary1101110110100110100000000110011010101101110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA680; }

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

 H1.HeaderClassName
 {
   color: #DDA680;
 }
 .AnyTagClassName
 {
   color: #DDA680;
 }
</style>
background-color css

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

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

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

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

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

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