Html Css Color HEX #D5A385 Tumbleweed

📋 copy color: '#D5A385'

red 213 ◦ green 163 ◦ blue 133

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

Shades of Tumbleweed #D5A385

Tints of Tumbleweed #D5A385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

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

R = 41.85%
G = 32.02%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5A385 (or 0xD5A385) is known color: Tumbleweed. HEX triplet: D5, A3 and 85. RGB value is (213,163,133). Sum of RGB (Red+Green+Blue) = 213+163+133=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A385 is #2A5C7A. Grayscale: #AEAEAE. Windows color (decimal): -2776187 or 8758229. OLE color: 8758229.

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

Color convert

RGB 213 163 133 -
CMYK 0 0.23 0.38 0.16
HSL 22.5º 0.49% 0.68% -
HSV(B) 22.5º 0.38% 0.84% -
XYZ 44.77 42.03 27.94 -
YUV 174.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 213 163 133 0 0.23 0.38 0.16 22.5 0.49 0.68
Hex D5 A3 85 0 17 26 10 16 31 44
Octal 325 243 205 0 27 46 20 26 61 104
Binary 11010101 10100011 10000101 0 10111 100110 10000 10110 110001 1000100

Color Harmonies of #D5A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A385

Black with #D5A385

Text Example


Text Example

White with #D5A385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A385; }

 p { color: rgb(213,163,133); }

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

background-color css

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

 a { background-color: rgb(213,163,133); }

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

border-color css

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

 span { border-color: rgb(213,163,133); }

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