Html Css Color HEX #DCA482 Tumbleweed

📋 copy color: '#DCA482'

red 220 ◦ green 164 ◦ blue 130

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

Shades of Tumbleweed #DCA482

Tints of Tumbleweed #DCA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.91%

 BLUE value IS 130 (51.17% from 255) = 25.29%

R = 42.8%
G = 31.91%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCA482 (or 0xDCA482) is known color: Tumbleweed. HEX triplet: DC, A4 and 82. RGB value is (220,164,130). Sum of RGB (Red+Green+Blue) = 220+164+130=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA482 is #235B7D. Grayscale: #B1B1B1. Windows color (decimal): -2317182 or 8561884. OLE color: 8561884.

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

Color convert

RGB 220 164 130 -
CMYK 0 0.25 0.41 0.14
HSL 22.67º 0.56% 0.69% -
HSV(B) 22.67º 0.41% 0.86% -
XYZ 46.82 43.38 27.02 -
YUV 176.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 220 164 130 0 0.25 0.41 0.14 22.67 0.56 0.69
Hex DC A4 82 0 19 29 E 17 38 45
Octal 334 244 202 0 31 51 16 27 70 105
Binary 11011100 10100100 10000010 0 11001 101001 1110 10111 111000 1000101

Color Harmonies of #DCA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA482

Black with #DCA482

Text Example


Text Example

White with #DCA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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