Html Css Color HEX #D5BA94 Tan

📋 copy color: '#D5BA94'

red 213 ◦ green 186 ◦ blue 148

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

Shades of Tan #D5BA94

Tints of Tan #D5BA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 38.94%
G = 34%
B = 27.06%

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

#D5BA94 (or 0xD5BA94) is known color: Tan. HEX triplet: D5, BA and 94. RGB value is (213,186,148). Sum of RGB (Red+Green+Blue) = 213+186+148=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA94 is #2A456B. Grayscale: #BDBDBD. Windows color (decimal): -2770284 or 9747157. OLE color: 9747157.

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

Color convert

RGB 213 186 148 -
CMYK 0 0.13 0.31 0.16
HSL 35.08º 0.44% 0.71% -
HSV(B) 35.08º 0.31% 0.84% -
XYZ 50.34 51.4 35.29 -
YUV 189.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 213 186 148 0 0.13 0.31 0.16 35.08 0.44 0.71
Hex D5 BA 94 0 D 1F 10 23 2C 47
Octal 325 272 224 0 15 37 20 43 54 107
Binary 11010101 10111010 10010100 0 1101 11111 10000 100011 101100 1000111

Color Harmonies of #D5BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA94

Black with #D5BA94

Text Example


Text Example

White with #D5BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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