Html Css Color HEX #DCA376 Tumbleweed

📋 copy color: '#DCA376'

red 220 ◦ green 163 ◦ blue 118

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

Shades of Tumbleweed #DCA376

Tints of Tumbleweed #DCA376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.55%

R = 43.91%
G = 32.53%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCA376 (or 0xDCA376) is known color: Tumbleweed. HEX triplet: DC, A3 and 76. RGB value is (220,163,118). Sum of RGB (Red+Green+Blue) = 220+163+118=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA376 is #235C89. Grayscale: #AFAFAF. Windows color (decimal): -2317450 or 7775196. OLE color: 7775196.

HSL color Cylindrical-coordinate representation of color #DCA376: hue angle of 26.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCA376 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 118 -
CMYK 0 0.26 0.46 0.14
HSL 26.47º 0.59% 0.66% -
HSV(B) 26.47º 0.46% 0.86% -
XYZ 45.88 42.72 22.97 -
YUV 174.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 220 163 118 0 0.26 0.46 0.14 26.47 0.59 0.66
Hex DC A3 76 0 1A 2E E 1A 3B 42
Octal 334 243 166 0 32 56 16 32 73 102
Binary 11011100 10100011 1110110 0 11010 101110 1110 11010 111011 1000010

Color Harmonies of #DCA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA376

Black with #DCA376

Text Example


Text Example

White with #DCA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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