Html Css Color HEX #DCA57D Tumbleweed

📋 copy color: '#DCA57D'

red 220 ◦ green 165 ◦ blue 125

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

Shades of Tumbleweed #DCA57D

Tints of Tumbleweed #DCA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 43.14%
G = 32.35%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCA57D (or 0xDCA57D) is known color: Tumbleweed. HEX triplet: DC, A5 and 7D. RGB value is (220,165,125). Sum of RGB (Red+Green+Blue) = 220+165+125=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA57D is #235A82. Grayscale: #B1B1B1. Windows color (decimal): -2316931 or 8234460. OLE color: 8234460.

HSL color Cylindrical-coordinate representation of color #DCA57D: hue angle of 25.26º 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 #DCA57D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 125 -
CMYK 0 0.25 0.43 0.14
HSL 25.26º 0.58% 0.68% -
HSV(B) 25.26º 0.43% 0.86% -
XYZ 46.67 43.61 25.36 -
YUV 176.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 220 165 125 0 0.25 0.43 0.14 25.26 0.58 0.68
Hex DC A5 7D 0 19 2B E 19 3A 44
Octal 334 245 175 0 31 53 16 31 72 104
Binary 11011100 10100101 1111101 0 11001 101011 1110 11001 111010 1000100

Color Harmonies of #DCA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA57D

Black with #DCA57D

Text Example


Text Example

White with #DCA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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