#DDA27A

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

Shades of Tumbleweed #DDA27A

Tints of Tumbleweed #DDA27A

Color information

#DDA27A (or 0xDDA27A) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 7A. RGB value is (221,162,122). Sum of RGB (Red+Green+Blue) = 221+162+122=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27A is #225D85. Grayscale: #AFAFAF. Windows color (decimal): -2252166 or 8037085. OLE color: 8037085.

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

Color convert

RGB221162122-
CMYK00.270.450.13
HSL24.24º59.28%67.25%-
HSV(B)24.24º44.8%86.67%-
XYZ46.2542.6224.2-
YUV175.0898.05160.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=43.76%
G=32.08%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116212200.270.450.1324.2459.2867.25
HexDDA27A01B2DD183b43
Octal33524217203355153073103
Binary110111011010001011110100110111011011101110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA27A; }

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

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

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

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

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

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

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

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