Html Css Color HEX #DAA28A Tumbleweed

📋 copy color: '#DAA28A'

red 218 ◦ green 162 ◦ blue 138

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

Shades of Tumbleweed #DAA28A

Tints of Tumbleweed #DAA28A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

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

R = 42.08%
G = 31.27%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAA28A (or 0xDAA28A) is known color: Tumbleweed. HEX triplet: DA, A2 and 8A. RGB value is (218,162,138). Sum of RGB (Red+Green+Blue) = 218+162+138=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA28A is #255D75. Grayscale: #B0B0B0. Windows color (decimal): -2448758 or 9085658. OLE color: 9085658.

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

Color convert

RGB 218 162 138 -
CMYK 0 0.26 0.37 0.15
HSL 18º 0.52% 0.7% -
HSV(B) 18º 0.37% 0.85% -
XYZ 46.42 42.58 29.82 -
YUV 176.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 218 162 138 0 0.26 0.37 0.15 18 0.52 0.7
Hex DA A2 8A 0 1A 25 F 12 34 46
Octal 332 242 212 0 32 45 17 22 64 106
Binary 11011010 10100010 10001010 0 11010 100101 1111 10010 110100 1000110

Color Harmonies of #DAA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA28A

Black with #DAA28A

Text Example


Text Example

White with #DAA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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