Html Css Color HEX #D5A271 Tumbleweed

📋 copy color: '#D5A271'

red 213 ◦ green 162 ◦ blue 113

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

Shades of Tumbleweed #D5A271

Tints of Tumbleweed #D5A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.2%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 43.65%
G = 33.2%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5A271 (or 0xD5A271) is known color: Tumbleweed. HEX triplet: D5, A2 and 71. RGB value is (213,162,113). Sum of RGB (Red+Green+Blue) = 213+162+113=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A271 is #2A5D8E. Grayscale: #ABABAB. Windows color (decimal): -2776463 or 7447253. OLE color: 7447253.

HSL color Cylindrical-coordinate representation of color #D5A271: hue angle of 29.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5A271 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 113 -
CMYK 0 0.24 0.47 0.16
HSL 29.4º 0.54% 0.64% -
HSV(B) 29.4º 0.47% 0.84% -
XYZ 43.34 41.18 21.29 -
YUV 171.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 213 162 113 0 0.24 0.47 0.16 29.4 0.54 0.64
Hex D5 A2 71 0 18 2F 10 1D 36 40
Octal 325 242 161 0 30 57 20 35 66 100
Binary 11010101 10100010 1110001 0 11000 101111 10000 11101 110110 1000000

Color Harmonies of #D5A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A271

Black with #D5A271

Text Example


Text Example

White with #D5A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A271; }

 p { color: rgb(213,162,113); }

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

background-color css

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

 a { background-color: rgb(213,162,113); }

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

border-color css

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

 span { border-color: rgb(213,162,113); }

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