Html Css Color HEX #D5A686 Tumbleweed

📋 copy color: '#D5A686'

red 213 ◦ green 166 ◦ blue 134

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

Shades of Tumbleweed #D5A686

Tints of Tumbleweed #D5A686

RGB

 RED value IS 213 (83.59% from 255) = 41.52%

 GREEN value IS 166 (65.23% from 255) = 32.36%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 41.52%
G = 32.36%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5A686 (or 0xD5A686) is known color: Tumbleweed. HEX triplet: D5, A6 and 86. RGB value is (213,166,134). Sum of RGB (Red+Green+Blue) = 213+166+134=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A686 is #2A5979. Grayscale: #B0B0B0. Windows color (decimal): -2775418 or 8824533. OLE color: 8824533.

HSL color Cylindrical-coordinate representation of color #D5A686: hue angle of 24.3º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5A686 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 134 -
CMYK 0 0.22 0.37 0.16
HSL 24.3º 0.48% 0.68% -
HSV(B) 24.3º 0.37% 0.84% -
XYZ 45.38 43.14 28.49 -
YUV 176.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 213 166 134 0 0.22 0.37 0.16 24.3 0.48 0.68
Hex D5 A6 86 0 16 25 10 18 30 44
Octal 325 246 206 0 26 45 20 30 60 104
Binary 11010101 10100110 10000110 0 10110 100101 10000 11000 110000 1000100

Color Harmonies of #D5A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A686

Black with #D5A686

Text Example


Text Example

White with #D5A686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A686; }

 p { color: rgb(213,166,134); }

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

background-color css

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

 a { background-color: rgb(213,166,134); }

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

border-color css

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

 span { border-color: rgb(213,166,134); }

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