Html Css Color HEX #DCAD8D Tumbleweed

📋 copy color: '#DCAD8D'

red 220 ◦ green 173 ◦ blue 141

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

Shades of Tumbleweed #DCAD8D

Tints of Tumbleweed #DCAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 141 (55.47% from 255) = 26.4%

R = 41.2%
G = 32.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCAD8D (or 0xDCAD8D) is known color: Tumbleweed. HEX triplet: DC, AD and 8D. RGB value is (220,173,141). Sum of RGB (Red+Green+Blue) = 220+173+141=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8D is #235272. Grayscale: #B7B7B7. Windows color (decimal): -2314867 or 9285084. OLE color: 9285084.

HSL color Cylindrical-coordinate representation of color #DCAD8D: hue angle of 24.3º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAD8D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 141 -
CMYK 0 0.21 0.36 0.14
HSL 24.3º 0.53% 0.71% -
HSV(B) 24.3º 0.36% 0.86% -
XYZ 49.27 47.03 31.68 -
YUV 183.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 220 173 141 0 0.21 0.36 0.14 24.3 0.53 0.71
Hex DC AD 8D 0 15 24 E 18 35 47
Octal 334 255 215 0 25 44 16 30 65 107
Binary 11011100 10101101 10001101 0 10101 100100 1110 11000 110101 1000111

Color Harmonies of #DCAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD8D

Black with #DCAD8D

Text Example


Text Example

White with #DCAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD8D; }

 p { color: rgb(220,173,141); }

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

background-color css

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

 a { background-color: rgb(220,173,141); }

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

border-color css

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

 span { border-color: rgb(220,173,141); }

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