#DDA277

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

Shades of Tumbleweed #DDA277

Tints of Tumbleweed #DDA277

Color information

#DDA277 (or 0xDDA277) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 77. RGB value is (221,162,119). Sum of RGB (Red+Green+Blue) = 221+162+119=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA277 is #225D88. Grayscale: #AEAEAE. Windows color (decimal): -2252169 or 7840477. OLE color: 7840477.

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

Color convert

RGB221162119-
CMYK00.270.460.13
HSL25.29º60%66.67%-
HSV(B)25.29º46.15%86.67%-
XYZ46.0742.5423.24-
YUV174.7496.55161-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=44.02%
G=32.27%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116211900.270.460.1325.296066.67
HexDDA27701B2ED193c43
Octal33524216703356153174103
Binary110111011010001011101110110111011101101110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA277; }

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

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

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

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

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

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

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

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