Html Css Color HEX #DCA375 Tumbleweed

📋 copy color: '#DCA375'

red 220 ◦ green 163 ◦ blue 117

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

Shades of Tumbleweed #DCA375

Tints of Tumbleweed #DCA375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 44%
G = 32.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCA375 (or 0xDCA375) is known color: Tumbleweed. HEX triplet: DC, A3 and 75. RGB value is (220,163,117). Sum of RGB (Red+Green+Blue) = 220+163+117=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA375 is #235C8A. Grayscale: #AFAFAF. Windows color (decimal): -2317451 or 7709660. OLE color: 7709660.

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

Color convert

RGB 220 163 117 -
CMYK 0 0.26 0.47 0.14
HSL 26.8º 0.6% 0.66% -
HSV(B) 26.8º 0.47% 0.86% -
XYZ 45.82 42.69 22.66 -
YUV 174.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 220 163 117 0 0.26 0.47 0.14 26.8 0.6 0.66
Hex DC A3 75 0 1A 2F E 1B 3C 42
Octal 334 243 165 0 32 57 16 33 74 102
Binary 11011100 10100011 1110101 0 11010 101111 1110 11011 111100 1000010

Color Harmonies of #DCA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA375

Black with #DCA375

Text Example


Text Example

White with #DCA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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