Html Css Color HEX #DAA88D Tumbleweed

📋 copy color: '#DAA88D'

red 218 ◦ green 168 ◦ blue 141

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

Shades of Tumbleweed #DAA88D

Tints of Tumbleweed #DAA88D

RGB

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

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

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

R = 41.37%
G = 31.88%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAA88D (or 0xDAA88D) is known color: Tumbleweed. HEX triplet: DA, A8 and 8D. RGB value is (218,168,141). Sum of RGB (Red+Green+Blue) = 218+168+141=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA88D is #255772. Grayscale: #B4B4B4. Windows color (decimal): -2447219 or 9283802. OLE color: 9283802.

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

Color convert

RGB 218 168 141 -
CMYK 0 0.23 0.35 0.15
HSL 21.04º 0.51% 0.7% -
HSV(B) 21.04º 0.35% 0.85% -
XYZ 47.72 44.83 31.34 -
YUV 179.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 218 168 141 0 0.23 0.35 0.15 21.04 0.51 0.7
Hex DA A8 8D 0 17 23 F 15 33 46
Octal 332 250 215 0 27 43 17 25 63 106
Binary 11011010 10101000 10001101 0 10111 100011 1111 10101 110011 1000110

Color Harmonies of #DAA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA88D

Black with #DAA88D

Text Example


Text Example

White with #DAA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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