Html Css Color HEX #DAA270 Tumbleweed

📋 copy color: '#DAA270'

red 218 ◦ green 162 ◦ blue 112

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

Shades of Tumbleweed #DAA270

Tints of Tumbleweed #DAA270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 44.31%
G = 32.93%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA270 (or 0xDAA270) is known color: Tumbleweed. HEX triplet: DA, A2 and 70. RGB value is (218,162,112). Sum of RGB (Red+Green+Blue) = 218+162+112=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA270 is #255D8F. Grayscale: #ADADAD. Windows color (decimal): -2448784 or 7381722. OLE color: 7381722.

HSL color Cylindrical-coordinate representation of color #DAA270: hue angle of 28.3º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA270 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 112 -
CMYK 0 0.26 0.49 0.15
HSL 28.3º 0.59% 0.65% -
HSV(B) 28.3º 0.49% 0.85% -
XYZ 44.76 41.92 21.06 -
YUV 173.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 218 162 112 0 0.26 0.49 0.15 28.3 0.59 0.65
Hex DA A2 70 0 1A 31 F 1C 3B 41
Octal 332 242 160 0 32 61 17 34 73 101
Binary 11011010 10100010 1110000 0 11010 110001 1111 11100 111011 1000001

Color Harmonies of #DAA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA270

Black with #DAA270

Text Example


Text Example

White with #DAA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA270; }

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

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

background-color css

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

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

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

border-color css

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

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

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