Html Css Color HEX #DAA488 Tumbleweed

📋 copy color: '#DAA488'

red 218 ◦ green 164 ◦ blue 136

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

Shades of Tumbleweed #DAA488

Tints of Tumbleweed #DAA488

RGB

 RED value IS 218 (85.55% from 255) = 42.08%

 GREEN value IS 164 (64.45% from 255) = 31.66%

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

R = 42.08%
G = 31.66%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAA488 (or 0xDAA488) is known color: Tumbleweed. HEX triplet: DA, A4 and 88. RGB value is (218,164,136). Sum of RGB (Red+Green+Blue) = 218+164+136=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA488 is #255B77. Grayscale: #B1B1B1. Windows color (decimal): -2448248 or 8955098. OLE color: 8955098.

HSL color Cylindrical-coordinate representation of color #DAA488: hue angle of 20.49º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAA488 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 136 -
CMYK 0 0.25 0.38 0.15
HSL 20.49º 0.53% 0.69% -
HSV(B) 20.49º 0.38% 0.85% -
XYZ 46.63 43.23 29.18 -
YUV 176.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 218 164 136 0 0.25 0.38 0.15 20.49 0.53 0.69
Hex DA A4 88 0 19 26 F 14 35 45
Octal 332 244 210 0 31 46 17 24 65 105
Binary 11011010 10100100 10001000 0 11001 100110 1111 10100 110101 1000101

Color Harmonies of #DAA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA488

Black with #DAA488

Text Example


Text Example

White with #DAA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA488; }

 p { color: rgb(218,164,136); }

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

background-color css

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

 a { background-color: rgb(218,164,136); }

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

border-color css

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

 span { border-color: rgb(218,164,136); }

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