Html Css Color HEX #DAA275 Tumbleweed

📋 copy color: '#DAA275'

red 218 ◦ green 162 ◦ blue 117

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

Shades of Tumbleweed #DAA275

Tints of Tumbleweed #DAA275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 43.86%
G = 32.6%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAA275 (or 0xDAA275) is known color: Tumbleweed. HEX triplet: DA, A2 and 75. RGB value is (218,162,117). Sum of RGB (Red+Green+Blue) = 218+162+117=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA275 is #255D8A. Grayscale: #ADADAD. Windows color (decimal): -2448779 or 7709402. OLE color: 7709402.

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

Color convert

RGB 218 162 117 -
CMYK 0 0.26 0.46 0.15
HSL 26.73º 0.58% 0.66% -
HSV(B) 26.73º 0.46% 0.85% -
XYZ 45.04 42.03 22.57 -
YUV 173.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 218 162 117 0 0.26 0.46 0.15 26.73 0.58 0.66
Hex DA A2 75 0 1A 2E F 1B 3A 42
Octal 332 242 165 0 32 56 17 33 72 102
Binary 11011010 10100010 1110101 0 11010 101110 1111 11011 111010 1000010

Color Harmonies of #DAA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA275

Black with #DAA275

Text Example


Text Example

White with #DAA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA275; }

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

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

background-color css

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

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

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

border-color css

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

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

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