#DCA77F

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

Shades of Tumbleweed #DCA77F

Tints of Tumbleweed #DCA77F

Color information

#DCA77F (or 0xDCA77F) is unknown color: approx Tumbleweed. HEX triplet: DC, A7 and 7F. RGB value is (220,167,127). Sum of RGB (Red+Green+Blue) = 220+167+127=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA77F is #235880. Grayscale: #B2B2B2. Windows color (decimal): -2316417 or 8366044. OLE color: 8366044.

HSL color Cylindrical-coordinate representation of color #DCA77F: hue angle of 25.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCA77F is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220167127-
CMYK00.240.420.14
HSL25.81º57.06%68.04%-
HSV(B)25.81º42.27%86.27%-
XYZ47.1644.3926.16-
YUV178.2999.06157.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 127 (50% from 255) = 24.71%
R=42.80%
G=32.49%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016712700.240.420.1425.8157.0668.04
HexDCA77F0182AE1a3944
Octal33424717703052163271104
Binary110111001010011111111110110001010101110110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA77F; }

 p { color: rgb(220,167,127); }

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

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

 a { background-color: rgb(220,167,127); }

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

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

 span { border-color: rgb(220,167,127); }

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