#DCA17D

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

Shades of Tumbleweed #DCA17D

Tints of Tumbleweed #DCA17D

Color information

#DCA17D (or 0xDCA17D) is unknown color: approx Tumbleweed. HEX triplet: DC, A1 and 7D. RGB value is (220,161,125). Sum of RGB (Red+Green+Blue) = 220+161+125=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA17D is #235E82. Grayscale: #AEAEAE. Windows color (decimal): -2317955 or 8233436. OLE color: 8233436.

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

Color convert

RGB220161125-
CMYK00.270.430.14
HSL22.74º57.58%67.65%-
HSV(B)22.74º43.18%86.27%-
XYZ45.9642.1925.12-
YUV174.54100.05160.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=43.48%
G=31.82%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016112500.270.430.1422.7457.5867.65
HexDCA17D01B2BE173a44
Octal33424117503353162772104
Binary110111001010000111111010110111010111110101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA17D; }

 p { color: rgb(220,161,125); }

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

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

 a { background-color: rgb(220,161,125); }

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

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

 span { border-color: rgb(220,161,125); }

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