Html Css Color HEX #DCA273 Tumbleweed

📋 copy color: '#DCA273'

red 220 ◦ green 162 ◦ blue 115

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

Shades of Tumbleweed #DCA273

Tints of Tumbleweed #DCA273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 44.27%
G = 32.6%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCA273 (or 0xDCA273) is known color: Tumbleweed. HEX triplet: DC, A2 and 73. RGB value is (220,162,115). Sum of RGB (Red+Green+Blue) = 220+162+115=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA273 is #235D8C. Grayscale: #AEAEAE. Windows color (decimal): -2317709 or 7578332. OLE color: 7578332.

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

Color convert

RGB 220 162 115 -
CMYK 0 0.26 0.48 0.14
HSL 26.86º 0.6% 0.66% -
HSV(B) 26.86º 0.48% 0.86% -
XYZ 45.53 42.29 21.98 -
YUV 173.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 220 162 115 0 0.26 0.48 0.14 26.86 0.6 0.66
Hex DC A2 73 0 1A 30 E 1B 3C 42
Octal 334 242 163 0 32 60 16 33 74 102
Binary 11011100 10100010 1110011 0 11010 110000 1110 11011 111100 1000010

Color Harmonies of #DCA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA273

Black with #DCA273

Text Example


Text Example

White with #DCA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA273; }

 p { color: rgb(220,162,115); }

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

background-color css

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

 a { background-color: rgb(220,162,115); }

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

border-color css

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

 span { border-color: rgb(220,162,115); }

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