Html Css Color HEX #DCAD8F Tumbleweed

📋 copy color: '#DCAD8F'

red 220 ◦ green 173 ◦ blue 143

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

Shades of Tumbleweed #DCAD8F

Tints of Tumbleweed #DCAD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.68%

R = 41.04%
G = 32.28%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCAD8F (or 0xDCAD8F) is known color: Tumbleweed. HEX triplet: DC, AD and 8F. RGB value is (220,173,143). Sum of RGB (Red+Green+Blue) = 220+173+143=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8F is #235270. Grayscale: #B7B7B7. Windows color (decimal): -2314865 or 9416156. OLE color: 9416156.

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

Color convert

RGB 220 173 143 -
CMYK 0 0.21 0.35 0.14
HSL 23.38º 0.52% 0.71% -
HSV(B) 23.38º 0.35% 0.86% -
XYZ 49.42 47.09 32.47 -
YUV 183.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 220 173 143 0 0.21 0.35 0.14 23.38 0.52 0.71
Hex DC AD 8F 0 15 23 E 17 34 47
Octal 334 255 217 0 25 43 16 27 64 107
Binary 11011100 10101101 10001111 0 10101 100011 1110 10111 110100 1000111

Color Harmonies of #DCAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD8F

Black with #DCAD8F

Text Example


Text Example

White with #DCAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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