Html Css Color HEX #DCAB88 Tumbleweed

📋 copy color: '#DCAB88'

red 220 ◦ green 171 ◦ blue 136

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

Shades of Tumbleweed #DCAB88

Tints of Tumbleweed #DCAB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.81%

R = 41.75%
G = 32.45%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCAB88 (or 0xDCAB88) is known color: Tumbleweed. HEX triplet: DC, AB and 88. RGB value is (220,171,136). Sum of RGB (Red+Green+Blue) = 220+171+136=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB88 is #235477. Grayscale: #B5B5B5. Windows color (decimal): -2315384 or 8956892. OLE color: 8956892.

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

Color convert

RGB 220 171 136 -
CMYK 0 0.22 0.38 0.14
HSL 25º 0.55% 0.7% -
HSV(B) 25º 0.38% 0.86% -
XYZ 48.52 46.12 29.64 -
YUV 181.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 220 171 136 0 0.22 0.38 0.14 25 0.55 0.7
Hex DC AB 88 0 16 26 E 19 37 46
Octal 334 253 210 0 26 46 16 31 67 106
Binary 11011100 10101011 10001000 0 10110 100110 1110 11001 110111 1000110

Color Harmonies of #DCAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB88

Black with #DCAB88

Text Example


Text Example

White with #DCAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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