Html Css Color HEX #DAA378 Tumbleweed

📋 copy color: '#DAA378'

red 218 ◦ green 163 ◦ blue 120

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

Shades of Tumbleweed #DAA378

Tints of Tumbleweed #DAA378

RGB

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

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

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

R = 43.51%
G = 32.53%
B = 23.95%

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

#DAA378 (or 0xDAA378) is known color: Tumbleweed. HEX triplet: DA, A3 and 78. RGB value is (218,163,120). Sum of RGB (Red+Green+Blue) = 218+163+120=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA378 is #255C87. Grayscale: #AEAEAE. Windows color (decimal): -2448520 or 7906266. OLE color: 7906266.

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

Color convert

RGB 218 163 120 -
CMYK 0 0.25 0.45 0.15
HSL 26.33º 0.57% 0.66% -
HSV(B) 26.33º 0.45% 0.85% -
XYZ 45.4 42.46 23.57 -
YUV 174.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 218 163 120 0 0.25 0.45 0.15 26.33 0.57 0.66
Hex DA A3 78 0 19 2D F 1A 39 42
Octal 332 243 170 0 31 55 17 32 71 102
Binary 11011010 10100011 1111000 0 11001 101101 1111 11010 111001 1000010

Color Harmonies of #DAA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA378

Black with #DAA378

Text Example


Text Example

White with #DAA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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