Html Css Color HEX #D5A586 Tumbleweed

📋 copy color: '#D5A586'

red 213 ◦ green 165 ◦ blue 134

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

Shades of Tumbleweed #D5A586

Tints of Tumbleweed #D5A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

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

R = 41.6%
G = 32.23%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D5A586 (or 0xD5A586) is known color: Tumbleweed. HEX triplet: D5, A5 and 86. RGB value is (213,165,134). Sum of RGB (Red+Green+Blue) = 213+165+134=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A586 is #2A5A79. Grayscale: #AFAFAF. Windows color (decimal): -2775674 or 8824277. OLE color: 8824277.

HSL color Cylindrical-coordinate representation of color #D5A586: hue angle of 23.54º 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 #D5A586 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 134 -
CMYK 0 0.23 0.37 0.16
HSL 23.54º 0.48% 0.68% -
HSV(B) 23.54º 0.37% 0.84% -
XYZ 45.2 42.78 28.43 -
YUV 175.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 213 165 134 0 0.23 0.37 0.16 23.54 0.48 0.68
Hex D5 A5 86 0 17 25 10 18 30 44
Octal 325 245 206 0 27 45 20 30 60 104
Binary 11010101 10100101 10000110 0 10111 100101 10000 11000 110000 1000100

Color Harmonies of #D5A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A586

Black with #D5A586

Text Example


Text Example

White with #D5A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A586; }

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

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

background-color css

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

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

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

border-color css

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

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

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