#DDA375

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

Shades of Tumbleweed #DDA375

Tints of Tumbleweed #DDA375

Color information

#DDA375 (or 0xDDA375) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 75. RGB value is (221,163,117). Sum of RGB (Red+Green+Blue) = 221+163+117=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA375 is #225C8A. Grayscale: #AFAFAF. Windows color (decimal): -2251915 or 7709661. OLE color: 7709661.

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

Color convert

RGB221163117-
CMYK00.260.470.13
HSL26.54º60.47%66.27%-
HSV(B)26.54º47.06%86.67%-
XYZ46.1342.8522.67-
YUV175.195.22160.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=44.11%
G=32.53%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116311700.260.470.1326.5460.4766.27
HexDDA37501A2FD1b3c42
Octal33524316503257153374102
Binary110111011010001111101010110101011111101110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA375; }

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

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

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

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

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

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

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

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