#DCA48B

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

Shades of Tumbleweed #DCA48B

Tints of Tumbleweed #DCA48B

Color information

#DCA48B (or 0xDCA48B) is unknown color: approx Tumbleweed. HEX triplet: DC, A4 and 8B. RGB value is (220,164,139). Sum of RGB (Red+Green+Blue) = 220+164+139=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA48B is #235B74. Grayscale: #B2B2B2. Windows color (decimal): -2317173 or 9151708. OLE color: 9151708.

HSL color Cylindrical-coordinate representation of color #DCA48B: hue angle of 18.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCA48B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220164139-
CMYK00.250.370.14
HSL18.52º53.64%70.39%-
HSV(B)18.52º36.82%86.27%-
XYZ47.4543.6330.35-
YUV177.89106.05158.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=42.07%
G=31.36%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016413900.250.370.1418.5253.6470.39
HexDCA48B01925E133646
Octal33424421303145162366106
Binary1101110010100100100010110110011001011110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA48B; }

 p { color: rgb(220,164,139); }

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

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

 a { background-color: rgb(220,164,139); }

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

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

 span { border-color: rgb(220,164,139); }

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