#DDA27F

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

Shades of Tumbleweed #DDA27F

Tints of Tumbleweed #DDA27F

Color information

#DDA27F (or 0xDDA27F) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 7F. RGB value is (221,162,127). Sum of RGB (Red+Green+Blue) = 221+162+127=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27F is #225D80. Grayscale: #AFAFAF. Windows color (decimal): -2252161 or 8364765. OLE color: 8364765.

HSL color Cylindrical-coordinate representation of color #DDA27F: hue angle of 22.34º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA27F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221162127-
CMYK00.270.430.13
HSL22.34º58.02%68.24%-
HSV(B)22.34º42.53%86.67%-
XYZ46.5742.7525.87-
YUV175.65100.55160.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 127 (50% from 255) = 24.90%
R=43.33%
G=31.76%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116212700.270.430.1322.3458.0268.24
HexDDA27F01B2BD163a44
Octal33524217703353152672104
Binary110111011010001011111110110111010111101101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA27F; }

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

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

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

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

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

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

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

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