Html Css Color HEX #DAA478 Tumbleweed

📋 copy color: '#DAA478'

red 218 ◦ green 164 ◦ blue 120

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

Shades of Tumbleweed #DAA478

Tints of Tumbleweed #DAA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 43.43%
G = 32.67%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAA478 (or 0xDAA478) is known color: Tumbleweed. HEX triplet: DA, A4 and 78. RGB value is (218,164,120). Sum of RGB (Red+Green+Blue) = 218+164+120=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA478 is #255B87. Grayscale: #AFAFAF. Windows color (decimal): -2448264 or 7906522. OLE color: 7906522.

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

Color convert

RGB 218 164 120 -
CMYK 0 0.25 0.45 0.15
HSL 26.94º 0.57% 0.66% -
HSV(B) 26.94º 0.45% 0.85% -
XYZ 45.58 42.81 23.63 -
YUV 175.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 218 164 120 0 0.25 0.45 0.15 26.94 0.57 0.66
Hex DA A4 78 0 19 2D F 1B 39 42
Octal 332 244 170 0 31 55 17 33 71 102
Binary 11011010 10100100 1111000 0 11001 101101 1111 11011 111001 1000010

Color Harmonies of #DAA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA478

Black with #DAA478

Text Example


Text Example

White with #DAA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA478; }

 p { color: rgb(218,164,120); }

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

background-color css

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

 a { background-color: rgb(218,164,120); }

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

border-color css

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

 span { border-color: rgb(218,164,120); }

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