#DDA483

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

Shades of Tumbleweed #DDA483

Tints of Tumbleweed #DDA483

Color information

#DDA483 (or 0xDDA483) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 83. RGB value is (221,164,131). Sum of RGB (Red+Green+Blue) = 221+164+131=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA483 is #225B7C. Grayscale: #B1B1B1. Windows color (decimal): -2251645 or 8627421. OLE color: 8627421.

HSL color Cylindrical-coordinate representation of color #DDA483: hue angle of 22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDA483 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221164131-
CMYK00.260.410.13
HSL22º56.96%69.02%-
HSV(B)22º40.72%86.67%-
XYZ47.1943.5627.39-
YUV177.28101.88159.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 164 (64.45% from 255) = 31.78%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=42.83%
G=31.78%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116413100.260.410.132256.9669.02
HexDDA48301A29D163945
Octal33524420303251152671105
Binary1101110110100100100000110110101010011101101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA483; }

 p { color: rgb(221,164,131); }

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

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

 a { background-color: rgb(221,164,131); }

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

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

 span { border-color: rgb(221,164,131); }

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