Html Css Color HEX #DAAB8D Tumbleweed

📋 copy color: '#DAAB8D'

red 218 ◦ green 171 ◦ blue 141

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

Shades of Tumbleweed #DAAB8D

Tints of Tumbleweed #DAAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 41.13%
G = 32.26%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAAB8D (or 0xDAAB8D) is known color: Tumbleweed. HEX triplet: DA, AB and 8D. RGB value is (218,171,141). Sum of RGB (Red+Green+Blue) = 218+171+141=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB8D is #255472. Grayscale: #B5B5B5. Windows color (decimal): -2446451 or 9284570. OLE color: 9284570.

HSL color Cylindrical-coordinate representation of color #DAAB8D: hue angle of 23.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAAB8D is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 141 -
CMYK 0 0.22 0.35 0.15
HSL 23.38º 0.51% 0.7% -
HSV(B) 23.38º 0.35% 0.85% -
XYZ 48.28 45.95 31.52 -
YUV 181.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 218 171 141 0 0.22 0.35 0.15 23.38 0.51 0.7
Hex DA AB 8D 0 16 23 F 17 33 46
Octal 332 253 215 0 26 43 17 27 63 106
Binary 11011010 10101011 10001101 0 10110 100011 1111 10111 110011 1000110

Color Harmonies of #DAAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB8D

Black with #DAAB8D

Text Example


Text Example

White with #DAAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB8D; }

 p { color: rgb(218,171,141); }

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

background-color css

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

 a { background-color: rgb(218,171,141); }

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

border-color css

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

 span { border-color: rgb(218,171,141); }

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