Html Css Color HEX #DAA375 Tumbleweed

📋 copy color: '#DAA375'

red 218 ◦ green 163 ◦ blue 117

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

Shades of Tumbleweed #DAA375

Tints of Tumbleweed #DAA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

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

R = 43.78%
G = 32.73%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAA375 (or 0xDAA375) is known color: Tumbleweed. HEX triplet: DA, A3 and 75. RGB value is (218,163,117). Sum of RGB (Red+Green+Blue) = 218+163+117=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA375 is #255C8A. Grayscale: #AEAEAE. Windows color (decimal): -2448523 or 7709658. OLE color: 7709658.

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

Color convert

RGB 218 163 117 -
CMYK 0 0.25 0.46 0.15
HSL 27.33º 0.58% 0.66% -
HSV(B) 27.33º 0.46% 0.85% -
XYZ 45.22 42.38 22.63 -
YUV 174.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 218 163 117 0 0.25 0.46 0.15 27.33 0.58 0.66
Hex DA A3 75 0 19 2E F 1B 3A 42
Octal 332 243 165 0 31 56 17 33 72 102
Binary 11011010 10100011 1110101 0 11001 101110 1111 11011 111010 1000010

Color Harmonies of #DAA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA375

Black with #DAA375

Text Example


Text Example

White with #DAA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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