Html Css Color HEX #DAA98A Tumbleweed

📋 copy color: '#DAA98A'

red 218 ◦ green 169 ◦ blue 138

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

Shades of Tumbleweed #DAA98A

Tints of Tumbleweed #DAA98A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.19%

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

R = 41.52%
G = 32.19%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAA98A (or 0xDAA98A) is known color: Tumbleweed. HEX triplet: DA, A9 and 8A. RGB value is (218,169,138). Sum of RGB (Red+Green+Blue) = 218+169+138=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA98A is #255675. Grayscale: #B4B4B4. Windows color (decimal): -2446966 or 9087450. OLE color: 9087450.

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

Color convert

RGB 218 169 138 -
CMYK 0 0.22 0.37 0.15
HSL 23.25º 0.52% 0.7% -
HSV(B) 23.25º 0.37% 0.85% -
XYZ 47.69 45.12 30.24 -
YUV 180.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 218 169 138 0 0.22 0.37 0.15 23.25 0.52 0.7
Hex DA A9 8A 0 16 25 F 17 34 46
Octal 332 251 212 0 26 45 17 27 64 106
Binary 11011010 10101001 10001010 0 10110 100101 1111 10111 110100 1000110

Color Harmonies of #DAA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA98A

Black with #DAA98A

Text Example


Text Example

White with #DAA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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