Html Css Color HEX #DAA88C Tumbleweed

📋 copy color: '#DAA88C'

red 218 ◦ green 168 ◦ blue 140

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

Shades of Tumbleweed #DAA88C

Tints of Tumbleweed #DAA88C

RGB

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

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

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

R = 41.44%
G = 31.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA88C (or 0xDAA88C) is known color: Tumbleweed. HEX triplet: DA, A8 and 8C. RGB value is (218,168,140). Sum of RGB (Red+Green+Blue) = 218+168+140=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA88C is #255773. Grayscale: #B3B3B3. Windows color (decimal): -2447220 or 9218266. OLE color: 9218266.

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

Color convert

RGB 218 168 140 -
CMYK 0 0.23 0.36 0.15
HSL 21.54º 0.51% 0.7% -
HSV(B) 21.54º 0.36% 0.85% -
XYZ 47.65 44.8 30.95 -
YUV 179.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 218 168 140 0 0.23 0.36 0.15 21.54 0.51 0.7
Hex DA A8 8C 0 17 24 F 16 33 46
Octal 332 250 214 0 27 44 17 26 63 106
Binary 11011010 10101000 10001100 0 10111 100100 1111 10110 110011 1000110

Color Harmonies of #DAA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA88C

Black with #DAA88C

Text Example


Text Example

White with #DAA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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