Html Css Color HEX #DCAB85 Tumbleweed

📋 copy color: '#DCAB85'

red 220 ◦ green 171 ◦ blue 133

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

Shades of Tumbleweed #DCAB85

Tints of Tumbleweed #DCAB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 41.98%
G = 32.63%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCAB85 (or 0xDCAB85) is known color: Tumbleweed. HEX triplet: DC, AB and 85. RGB value is (220,171,133). Sum of RGB (Red+Green+Blue) = 220+171+133=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB85 is #23547A. Grayscale: #B5B5B5. Windows color (decimal): -2315387 or 8760284. OLE color: 8760284.

HSL color Cylindrical-coordinate representation of color #DCAB85: hue angle of 26.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCAB85 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 133 -
CMYK 0 0.22 0.40 0.14
HSL 26.21º 0.55% 0.69% -
HSV(B) 26.21º 0.4% 0.86% -
XYZ 48.31 46.03 28.53 -
YUV 181.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 220 171 133 0 0.22 0.40 0.14 26.21 0.55 0.69
Hex DC AB 85 0 16 28 E 1A 37 45
Octal 334 253 205 0 26 50 16 32 67 105
Binary 11011100 10101011 10000101 0 10110 101000 1110 11010 110111 1000101

Color Harmonies of #DCAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB85

Black with #DCAB85

Text Example


Text Example

White with #DCAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB85; }

 p { color: rgb(220,171,133); }

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

background-color css

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

 a { background-color: rgb(220,171,133); }

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

border-color css

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

 span { border-color: rgb(220,171,133); }

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