Html Css Color HEX #DAA985 Tumbleweed

📋 copy color: '#DAA985'

red 218 ◦ green 169 ◦ blue 133

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

Shades of Tumbleweed #DAA985

Tints of Tumbleweed #DAA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 41.92%
G = 32.5%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAA985 (or 0xDAA985) is known color: Tumbleweed. HEX triplet: DA, A9 and 85. RGB value is (218,169,133). Sum of RGB (Red+Green+Blue) = 218+169+133=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA985 is #25567A. Grayscale: #B3B3B3. Windows color (decimal): -2446971 or 8759770. OLE color: 8759770.

HSL color Cylindrical-coordinate representation of color #DAA985: hue angle of 25.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAA985 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 133 -
CMYK 0 0.22 0.39 0.15
HSL 25.41º 0.53% 0.69% -
HSV(B) 25.41º 0.39% 0.85% -
XYZ 47.34 44.97 28.38 -
YUV 179.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 218 169 133 0 0.22 0.39 0.15 25.41 0.53 0.69
Hex DA A9 85 0 16 27 F 19 35 45
Octal 332 251 205 0 26 47 17 31 65 105
Binary 11011010 10101001 10000101 0 10110 100111 1111 11001 110101 1000101

Color Harmonies of #DAA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA985

Black with #DAA985

Text Example


Text Example

White with #DAA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA985; }

 p { color: rgb(218,169,133); }

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

background-color css

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

 a { background-color: rgb(218,169,133); }

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

border-color css

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

 span { border-color: rgb(218,169,133); }

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