Html Css Color HEX #DAA188 Tumbleweed

📋 copy color: '#DAA188'

red 218 ◦ green 161 ◦ blue 136

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

Shades of Tumbleweed #DAA188

Tints of Tumbleweed #DAA188

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 42.33%
G = 31.26%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAA188 (or 0xDAA188) is known color: Tumbleweed. HEX triplet: DA, A1 and 88. RGB value is (218,161,136). Sum of RGB (Red+Green+Blue) = 218+161+136=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA188 is #255E77. Grayscale: #AFAFAF. Windows color (decimal): -2449016 or 8954330. OLE color: 8954330.

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

Color convert

RGB 218 161 136 -
CMYK 0 0.26 0.38 0.15
HSL 18.29º 0.53% 0.69% -
HSV(B) 18.29º 0.38% 0.85% -
XYZ 46.1 42.17 29 -
YUV 175.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 218 161 136 0 0.26 0.38 0.15 18.29 0.53 0.69
Hex DA A1 88 0 1A 26 F 12 35 45
Octal 332 241 210 0 32 46 17 22 65 105
Binary 11011010 10100001 10001000 0 11010 100110 1111 10010 110101 1000101

Color Harmonies of #DAA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA188

Black with #DAA188

Text Example


Text Example

White with #DAA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA188; }

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

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

background-color css

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

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

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

border-color css

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

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

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