Html Css Color HEX #DAA68C Tumbleweed

📋 copy color: '#DAA68C'

red 218 ◦ green 166 ◦ blue 140

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

Shades of Tumbleweed #DAA68C

Tints of Tumbleweed #DAA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 41.6%
G = 31.68%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA68C (or 0xDAA68C) is known color: Tumbleweed. HEX triplet: DA, A6 and 8C. RGB value is (218,166,140). Sum of RGB (Red+Green+Blue) = 218+166+140=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA68C is #255973. Grayscale: #B2B2B2. Windows color (decimal): -2447732 or 9217754. OLE color: 9217754.

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

Color convert

RGB 218 166 140 -
CMYK 0 0.24 0.36 0.15
HSL 20º 0.51% 0.7% -
HSV(B) 20º 0.36% 0.85% -
XYZ 47.28 44.07 30.83 -
YUV 178.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 218 166 140 0 0.24 0.36 0.15 20 0.51 0.7
Hex DA A6 8C 0 18 24 F 14 33 46
Octal 332 246 214 0 30 44 17 24 63 106
Binary 11011010 10100110 10001100 0 11000 100100 1111 10100 110011 1000110

Color Harmonies of #DAA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA68C

Black with #DAA68C

Text Example


Text Example

White with #DAA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA68C; }

 p { color: rgb(218,166,140); }

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

background-color css

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

 a { background-color: rgb(218,166,140); }

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

border-color css

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

 span { border-color: rgb(218,166,140); }

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