#DDA379

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

Shades of Tumbleweed #DDA379

Tints of Tumbleweed #DDA379

Color information

#DDA379 (or 0xDDA379) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 79. RGB value is (221,163,121). Sum of RGB (Red+Green+Blue) = 221+163+121=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA379 is #225C86. Grayscale: #AFAFAF. Windows color (decimal): -2251911 or 7971805. OLE color: 7971805.

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

Color convert

RGB221163121-
CMYK00.260.450.13
HSL25.2º59.52%67.06%-
HSV(B)25.2º45.25%86.67%-
XYZ46.3742.9523.93-
YUV175.5597.22160.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=43.76%
G=32.28%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116312100.260.450.1325.259.5267.06
HexDDA37901A2DD193c43
Octal33524317103255153174103
Binary110111011010001111110010110101011011101110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA379; }

 p { color: rgb(221,163,121); }

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

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

 a { background-color: rgb(221,163,121); }

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

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

 span { border-color: rgb(221,163,121); }

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