Html Css Color HEX #DCA38A Tumbleweed

📋 copy color: '#DCA38A'

red 220 ◦ green 163 ◦ blue 138

#DCA38A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DCA38A

Tints of Tumbleweed #DCA38A

RGB

 RED value IS 220 (86.33% from 255) = 42.23%

 GREEN value IS 163 (64.06% from 255) = 31.29%

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 42.23%
G = 31.29%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCA38A (or 0xDCA38A) is known color: Tumbleweed. HEX triplet: DC, A3 and 8A. RGB value is (220,163,138). Sum of RGB (Red+Green+Blue) = 220+163+138=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA38A is #235C75. Grayscale: #B1B1B1. Windows color (decimal): -2317430 or 9085916. OLE color: 9085916.

HSL color Cylindrical-coordinate representation of color #DCA38A: hue angle of 18.29º 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 #DCA38A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 138 -
CMYK 0 0.26 0.37 0.14
HSL 18.29º 0.54% 0.7% -
HSV(B) 18.29º 0.37% 0.86% -
XYZ 47.2 43.25 29.9 -
YUV 177.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 220 163 138 0 0.26 0.37 0.14 18.29 0.54 0.7
Hex DC A3 8A 0 1A 25 E 12 36 46
Octal 334 243 212 0 32 45 16 22 66 106
Binary 11011100 10100011 10001010 0 11010 100101 1110 10010 110110 1000110

Color Harmonies of #DCA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA38A

Black with #DCA38A

Text Example


Text Example

White with #DCA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA38A; }

 p { color: rgb(220,163,138); }

 H1.HeaderClassName
 {
   color: #DCA38A;
 }
 .AnyTagClassName
 {
   color: #DCA38A;
 }
</style>

background-color css

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

 a { background-color: rgb(220,163,138); }

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

border-color css

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

 span { border-color: rgb(220,163,138); }

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