Html Css Color HEX #DCAD8B Tumbleweed

📋 copy color: '#DCAD8B'

red 220 ◦ green 173 ◦ blue 139

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

Shades of Tumbleweed #DCAD8B

Tints of Tumbleweed #DCAD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 41.35%
G = 32.52%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCAD8B (or 0xDCAD8B) is known color: Tumbleweed. HEX triplet: DC, AD and 8B. RGB value is (220,173,139). Sum of RGB (Red+Green+Blue) = 220+173+139=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8B is #235274. Grayscale: #B7B7B7. Windows color (decimal): -2314869 or 9154012. OLE color: 9154012.

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

Color convert

RGB 220 173 139 -
CMYK 0 0.21 0.37 0.14
HSL 25.19º 0.54% 0.7% -
HSV(B) 25.19º 0.37% 0.86% -
XYZ 49.12 46.97 30.9 -
YUV 183.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 220 173 139 0 0.21 0.37 0.14 25.19 0.54 0.7
Hex DC AD 8B 0 15 25 E 19 36 46
Octal 334 255 213 0 25 45 16 31 66 106
Binary 11011100 10101101 10001011 0 10101 100101 1110 11001 110110 1000110

Color Harmonies of #DCAD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD8B

Black with #DCAD8B

Text Example


Text Example

White with #DCAD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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