Html Css Color HEX #D5BA93 Tan

📋 copy color: '#D5BA93'

red 213 ◦ green 186 ◦ blue 147

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

Shades of Tan #D5BA93

Tints of Tan #D5BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 39.01%
G = 34.07%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5BA93 (or 0xD5BA93) is known color: Tan. HEX triplet: D5, BA and 93. RGB value is (213,186,147). Sum of RGB (Red+Green+Blue) = 213+186+147=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA93 is #2A456C. Grayscale: #BDBDBD. Windows color (decimal): -2770285 or 9681621. OLE color: 9681621.

HSL color Cylindrical-coordinate representation of color #D5BA93: hue angle of 35.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5BA93 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 147 -
CMYK 0 0.13 0.31 0.16
HSL 35.45º 0.44% 0.71% -
HSV(B) 35.45º 0.31% 0.84% -
XYZ 50.27 51.37 34.87 -
YUV 189.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 213 186 147 0 0.13 0.31 0.16 35.45 0.44 0.71
Hex D5 BA 93 0 D 1F 10 23 2C 47
Octal 325 272 223 0 15 37 20 43 54 107
Binary 11010101 10111010 10010011 0 1101 11111 10000 100011 101100 1000111

Color Harmonies of #D5BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA93

Black with #D5BA93

Text Example


Text Example

White with #D5BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA93; }

 p { color: rgb(213,186,147); }

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

background-color css

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

 a { background-color: rgb(213,186,147); }

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

border-color css

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

 span { border-color: rgb(213,186,147); }

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