Html Css Color HEX #DCAA88 Tumbleweed

📋 copy color: '#DCAA88'

red 220 ◦ green 170 ◦ blue 136

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

Shades of Tumbleweed #DCAA88

Tints of Tumbleweed #DCAA88

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.32%

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

R = 41.83%
G = 32.32%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCAA88 (or 0xDCAA88) is known color: Tumbleweed. HEX triplet: DC, AA and 88. RGB value is (220,170,136). Sum of RGB (Red+Green+Blue) = 220+170+136=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA88 is #235577. Grayscale: #B5B5B5. Windows color (decimal): -2315640 or 8956636. OLE color: 8956636.

HSL color Cylindrical-coordinate representation of color #DCAA88: hue angle of 24.29º 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 #DCAA88 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 136 -
CMYK 0 0.23 0.38 0.14
HSL 24.29º 0.55% 0.7% -
HSV(B) 24.29º 0.38% 0.86% -
XYZ 48.33 45.74 29.57 -
YUV 181.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 220 170 136 0 0.23 0.38 0.14 24.29 0.55 0.7
Hex DC AA 88 0 17 26 E 18 37 46
Octal 334 252 210 0 27 46 16 30 67 106
Binary 11011100 10101010 10001000 0 10111 100110 1110 11000 110111 1000110

Color Harmonies of #DCAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA88

Black with #DCAA88

Text Example


Text Example

White with #DCAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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