Html Css Color HEX #DAA380 Tumbleweed

📋 copy color: '#DAA380'

red 218 ◦ green 163 ◦ blue 128

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

Shades of Tumbleweed #DAA380

Tints of Tumbleweed #DAA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.15%

R = 42.83%
G = 32.02%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAA380 (or 0xDAA380) is known color: Tumbleweed. HEX triplet: DA, A3 and 80. RGB value is (218,163,128). Sum of RGB (Red+Green+Blue) = 218+163+128=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA380 is #255C7F. Grayscale: #AFAFAF. Windows color (decimal): -2448512 or 8430554. OLE color: 8430554.

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

Color convert

RGB 218 163 128 -
CMYK 0 0.25 0.41 0.15
HSL 23.33º 0.55% 0.68% -
HSV(B) 23.33º 0.41% 0.85% -
XYZ 45.91 42.66 26.24 -
YUV 175.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 218 163 128 0 0.25 0.41 0.15 23.33 0.55 0.68
Hex DA A3 80 0 19 29 F 17 37 44
Octal 332 243 200 0 31 51 17 27 67 104
Binary 11011010 10100011 10000000 0 11001 101001 1111 10111 110111 1000100

Color Harmonies of #DAA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA380

Black with #DAA380

Text Example


Text Example

White with #DAA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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