Html Css Color HEX #DAA88A Tumbleweed

📋 copy color: '#DAA88A'

red 218 ◦ green 168 ◦ blue 138

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

Shades of Tumbleweed #DAA88A

Tints of Tumbleweed #DAA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 41.6%
G = 32.06%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAA88A (or 0xDAA88A) is known color: Tumbleweed. HEX triplet: DA, A8 and 8A. RGB value is (218,168,138). Sum of RGB (Red+Green+Blue) = 218+168+138=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA88A is #255775. Grayscale: #B3B3B3. Windows color (decimal): -2447222 or 9087194. OLE color: 9087194.

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

Color convert

RGB 218 168 138 -
CMYK 0 0.23 0.37 0.15
HSL 22.5º 0.52% 0.7% -
HSV(B) 22.5º 0.37% 0.85% -
XYZ 47.5 44.75 30.18 -
YUV 179.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 218 168 138 0 0.23 0.37 0.15 22.5 0.52 0.7
Hex DA A8 8A 0 17 25 F 16 34 46
Octal 332 250 212 0 27 45 17 26 64 106
Binary 11011010 10101000 10001010 0 10111 100101 1111 10110 110100 1000110

Color Harmonies of #DAA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA88A

Black with #DAA88A

Text Example


Text Example

White with #DAA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA88A; }

 p { color: rgb(218,168,138); }

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

background-color css

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

 a { background-color: rgb(218,168,138); }

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

border-color css

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

 span { border-color: rgb(218,168,138); }

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