Html Css Color HEX #DCA983 Tumbleweed

📋 copy color: '#DCA983'

red 220 ◦ green 169 ◦ blue 131

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

Shades of Tumbleweed #DCA983

Tints of Tumbleweed #DCA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 42.31%
G = 32.5%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCA983 (or 0xDCA983) is known color: Tumbleweed. HEX triplet: DC, A9 and 83. RGB value is (220,169,131). Sum of RGB (Red+Green+Blue) = 220+169+131=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA983 is #23567C. Grayscale: #B4B4B4. Windows color (decimal): -2315901 or 8628700. OLE color: 8628700.

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

Color convert

RGB 220 169 131 -
CMYK 0 0.23 0.40 0.14
HSL 25.62º 0.56% 0.69% -
HSV(B) 25.62º 0.4% 0.86% -
XYZ 47.8 45.23 27.68 -
YUV 179.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 220 169 131 0 0.23 0.40 0.14 25.62 0.56 0.69
Hex DC A9 83 0 17 28 E 1A 38 45
Octal 334 251 203 0 27 50 16 32 70 105
Binary 11011100 10101001 10000011 0 10111 101000 1110 11010 111000 1000101

Color Harmonies of #DCA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA983

Black with #DCA983

Text Example


Text Example

White with #DCA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA983; }

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

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

background-color css

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

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

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

border-color css

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

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

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