Html Css Color HEX #DAA07D Tumbleweed

📋 copy color: '#DAA07D'

red 218 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #DAA07D

Tints of Tumbleweed #DAA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.81%

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 43.34%
G = 31.81%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAA07D (or 0xDAA07D) is known color: Tumbleweed. HEX triplet: DA, A0 and 7D. RGB value is (218,160,125). Sum of RGB (Red+Green+Blue) = 218+160+125=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07D is #255F82. Grayscale: #ADADAD. Windows color (decimal): -2449283 or 8233178. OLE color: 8233178.

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

Color convert

RGB 218 160 125 -
CMYK 0 0.27 0.43 0.15
HSL 22.58º 0.56% 0.67% -
HSV(B) 22.58º 0.43% 0.85% -
XYZ 45.19 41.53 25.04 -
YUV 173.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 218 160 125 0 0.27 0.43 0.15 22.58 0.56 0.67
Hex DA A0 7D 0 1B 2B F 17 38 43
Octal 332 240 175 0 33 53 17 27 70 103
Binary 11011010 10100000 1111101 0 11011 101011 1111 10111 111000 1000011

Color Harmonies of #DAA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA07D

Black with #DAA07D

Text Example


Text Example

White with #DAA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA07D; }

 p { color: rgb(218,160,125); }

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

background-color css

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

 a { background-color: rgb(218,160,125); }

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

border-color css

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

 span { border-color: rgb(218,160,125); }

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