Html Css Color HEX #DCA67D Tumbleweed

📋 copy color: '#DCA67D'

red 220 ◦ green 166 ◦ blue 125

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

Shades of Tumbleweed #DCA67D

Tints of Tumbleweed #DCA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.49%

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

R = 43.05%
G = 32.49%
B = 24.46%

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

#DCA67D (or 0xDCA67D) is known color: Tumbleweed. HEX triplet: DC, A6 and 7D. RGB value is (220,166,125). Sum of RGB (Red+Green+Blue) = 220+166+125=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA67D is #235982. Grayscale: #B1B1B1. Windows color (decimal): -2316675 or 8234716. OLE color: 8234716.

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

Color convert

RGB 220 166 125 -
CMYK 0 0.25 0.43 0.14
HSL 25.89º 0.58% 0.68% -
HSV(B) 25.89º 0.43% 0.86% -
XYZ 46.85 43.97 25.42 -
YUV 177.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 220 166 125 0 0.25 0.43 0.14 25.89 0.58 0.68
Hex DC A6 7D 0 19 2B E 1A 3A 44
Octal 334 246 175 0 31 53 16 32 72 104
Binary 11011100 10100110 1111101 0 11001 101011 1110 11010 111010 1000100

Color Harmonies of #DCA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA67D

Black with #DCA67D

Text Example


Text Example

White with #DCA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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