#DCA183

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

Shades of Tumbleweed #DCA183

Tints of Tumbleweed #DCA183

Color information

#DCA183 (or 0xDCA183) is unknown color: approx Tumbleweed. HEX triplet: DC, A1 and 83. RGB value is (220,161,131). Sum of RGB (Red+Green+Blue) = 220+161+131=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA183 is #235E7C. Grayscale: #AFAFAF. Windows color (decimal): -2317949 or 8626652. OLE color: 8626652.

HSL color Cylindrical-coordinate representation of color #DCA183: hue angle of 20.22º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCA183 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220161131-
CMYK00.270.400.14
HSL20.22º55.97%68.82%-
HSV(B)20.22º40.45%86.27%-
XYZ46.3642.3427.2-
YUV175.22103.05159.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=42.97%
G=31.45%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016113100.270.400.1420.2255.9768.82
HexDCA18301B28E143845
Octal33424120303350162470105
Binary1101110010100001100000110110111010001110101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA183; }

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

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

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

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

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

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

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

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