Html Css Color HEX #DCA478 Tumbleweed

📋 copy color: '#DCA478'

red 220 ◦ green 164 ◦ blue 120

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

Shades of Tumbleweed #DCA478

Tints of Tumbleweed #DCA478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 43.65%
G = 32.54%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCA478 (or 0xDCA478) is known color: Tumbleweed. HEX triplet: DC, A4 and 78. RGB value is (220,164,120). Sum of RGB (Red+Green+Blue) = 220+164+120=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA478 is #235B87. Grayscale: #AFAFAF. Windows color (decimal): -2317192 or 7906524. OLE color: 7906524.

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

Color convert

RGB 220 164 120 -
CMYK 0 0.25 0.45 0.14
HSL 26.4º 0.59% 0.67% -
HSV(B) 26.4º 0.45% 0.86% -
XYZ 46.18 43.12 23.66 -
YUV 175.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 220 164 120 0 0.25 0.45 0.14 26.4 0.59 0.67
Hex DC A4 78 0 19 2D E 1A 3B 43
Octal 334 244 170 0 31 55 16 32 73 103
Binary 11011100 10100100 1111000 0 11001 101101 1110 11010 111011 1000011

Color Harmonies of #DCA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA478

Black with #DCA478

Text Example


Text Example

White with #DCA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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