Html Css Color HEX #DCA07D Tumbleweed

📋 copy color: '#DCA07D'

red 220 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #DCA07D

Tints of Tumbleweed #DCA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 43.56%
G = 31.68%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCA07D (or 0xDCA07D) is known color: Tumbleweed. HEX triplet: DC, A0 and 7D. RGB value is (220,160,125). Sum of RGB (Red+Green+Blue) = 220+160+125=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA07D is #235F82. Grayscale: #AEAEAE. Windows color (decimal): -2318211 or 8233180. OLE color: 8233180.

HSL color Cylindrical-coordinate representation of color #DCA07D: hue angle of 22.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCA07D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 125 -
CMYK 0 0.27 0.43 0.14
HSL 22.11º 0.58% 0.68% -
HSV(B) 22.11º 0.43% 0.86% -
XYZ 45.79 41.84 25.06 -
YUV 173.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 220 160 125 0 0.27 0.43 0.14 22.11 0.58 0.68
Hex DC A0 7D 0 1B 2B E 16 3A 44
Octal 334 240 175 0 33 53 16 26 72 104
Binary 11011100 10100000 1111101 0 11011 101011 1110 10110 111010 1000100

Color Harmonies of #DCA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA07D

Black with #DCA07D

Text Example


Text Example

White with #DCA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA07D; }

 p { color: rgb(220,160,125); }

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

background-color css

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

 a { background-color: rgb(220,160,125); }

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

border-color css

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

 span { border-color: rgb(220,160,125); }

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