Html Css Color HEX #DAA07B Tumbleweed

📋 copy color: '#DAA07B'

red 218 ◦ green 160 ◦ blue 123

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

Shades of Tumbleweed #DAA07B

Tints of Tumbleweed #DAA07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 43.51%
G = 31.94%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAA07B (or 0xDAA07B) is known color: Tumbleweed. HEX triplet: DA, A0 and 7B. RGB value is (218,160,123). Sum of RGB (Red+Green+Blue) = 218+160+123=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA07B is #255F84. Grayscale: #ADADAD. Windows color (decimal): -2449285 or 8102106. OLE color: 8102106.

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

Color convert

RGB 218 160 123 -
CMYK 0 0.27 0.44 0.15
HSL 23.37º 0.56% 0.67% -
HSV(B) 23.37º 0.44% 0.85% -
XYZ 45.06 41.48 24.37 -
YUV 173.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 218 160 123 0 0.27 0.44 0.15 23.37 0.56 0.67
Hex DA A0 7B 0 1B 2C F 17 38 43
Octal 332 240 173 0 33 54 17 27 70 103
Binary 11011010 10100000 1111011 0 11011 101100 1111 10111 111000 1000011

Color Harmonies of #DAA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA07B

Black with #DAA07B

Text Example


Text Example

White with #DAA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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