Html Css Color HEX #DAA57A Tumbleweed

📋 copy color: '#DAA57A'

red 218 ◦ green 165 ◦ blue 122

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

Shades of Tumbleweed #DAA57A

Tints of Tumbleweed #DAA57A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.67%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 43.17%
G = 32.67%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAA57A (or 0xDAA57A) is known color: Tumbleweed. HEX triplet: DA, A5 and 7A. RGB value is (218,165,122). Sum of RGB (Red+Green+Blue) = 218+165+122=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA57A is #255A85. Grayscale: #B0B0B0. Windows color (decimal): -2448006 or 8037850. OLE color: 8037850.

HSL color Cylindrical-coordinate representation of color #DAA57A: hue angle of 26.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAA57A is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 122 -
CMYK 0 0.24 0.44 0.15
HSL 26.88º 0.56% 0.67% -
HSV(B) 26.88º 0.44% 0.85% -
XYZ 45.88 43.22 24.34 -
YUV 175.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 218 165 122 0 0.24 0.44 0.15 26.88 0.56 0.67
Hex DA A5 7A 0 18 2C F 1B 38 43
Octal 332 245 172 0 30 54 17 33 70 103
Binary 11011010 10100101 1111010 0 11000 101100 1111 11011 111000 1000011

Color Harmonies of #DAA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA57A

Black with #DAA57A

Text Example


Text Example

White with #DAA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA57A; }

 p { color: rgb(218,165,122); }

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

background-color css

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

 a { background-color: rgb(218,165,122); }

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

border-color css

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

 span { border-color: rgb(218,165,122); }

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