Html Css Color HEX #DAA17D Tumbleweed

📋 copy color: '#DAA17D'

red 218 ◦ green 161 ◦ blue 125

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

Shades of Tumbleweed #DAA17D

Tints of Tumbleweed #DAA17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

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

R = 43.25%
G = 31.94%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAA17D (or 0xDAA17D) is known color: Tumbleweed. HEX triplet: DA, A1 and 7D. RGB value is (218,161,125). Sum of RGB (Red+Green+Blue) = 218+161+125=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA17D is #255E82. Grayscale: #AEAEAE. Windows color (decimal): -2449027 or 8233434. OLE color: 8233434.

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

Color convert

RGB 218 161 125 -
CMYK 0 0.26 0.43 0.15
HSL 23.23º 0.56% 0.67% -
HSV(B) 23.23º 0.43% 0.85% -
XYZ 45.36 41.88 25.09 -
YUV 173.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 218 161 125 0 0.26 0.43 0.15 23.23 0.56 0.67
Hex DA A1 7D 0 1A 2B F 17 38 43
Octal 332 241 175 0 32 53 17 27 70 103
Binary 11011010 10100001 1111101 0 11010 101011 1111 10111 111000 1000011

Color Harmonies of #DAA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA17D

Black with #DAA17D

Text Example


Text Example

White with #DAA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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