Html Css Color HEX #DAA372 Tumbleweed

📋 copy color: '#DAA372'

red 218 ◦ green 163 ◦ blue 114

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

Shades of Tumbleweed #DAA372

Tints of Tumbleweed #DAA372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 44.04%
G = 32.93%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAA372 (or 0xDAA372) is known color: Tumbleweed. HEX triplet: DA, A3 and 72. RGB value is (218,163,114). Sum of RGB (Red+Green+Blue) = 218+163+114=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA372 is #255C8D. Grayscale: #AEAEAE. Windows color (decimal): -2448526 or 7513050. OLE color: 7513050.

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

Color convert

RGB 218 163 114 -
CMYK 0 0.25 0.48 0.15
HSL 28.27º 0.58% 0.65% -
HSV(B) 28.27º 0.48% 0.85% -
XYZ 45.05 42.31 21.71 -
YUV 173.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 218 163 114 0 0.25 0.48 0.15 28.27 0.58 0.65
Hex DA A3 72 0 19 30 F 1C 3A 41
Octal 332 243 162 0 31 60 17 34 72 101
Binary 11011010 10100011 1110010 0 11001 110000 1111 11100 111010 1000001

Color Harmonies of #DAA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA372

Black with #DAA372

Text Example


Text Example

White with #DAA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA372; }

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

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

background-color css

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

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

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

border-color css

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

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

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