Html Css Color HEX #D5BC93 Tan

📋 copy color: '#D5BC93'

red 213 ◦ green 188 ◦ blue 147

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

Shades of Tan #D5BC93

Tints of Tan #D5BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.31%

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

R = 38.87%
G = 34.31%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5BC93 (or 0xD5BC93) is known color: Tan. HEX triplet: D5, BC and 93. RGB value is (213,188,147). Sum of RGB (Red+Green+Blue) = 213+188+147=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC93 is #2A436C. Grayscale: #BEBEBE. Windows color (decimal): -2769773 or 9682133. OLE color: 9682133.

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

Color convert

RGB 213 188 147 -
CMYK 0 0.12 0.31 0.16
HSL 37.27º 0.44% 0.71% -
HSV(B) 37.27º 0.31% 0.84% -
XYZ 50.69 52.22 35.01 -
YUV 190.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 213 188 147 0 0.12 0.31 0.16 37.27 0.44 0.71
Hex D5 BC 93 0 C 1F 10 25 2C 47
Octal 325 274 223 0 14 37 20 45 54 107
Binary 11010101 10111100 10010011 0 1100 11111 10000 100101 101100 1000111

Color Harmonies of #D5BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC93

Black with #D5BC93

Text Example


Text Example

White with #D5BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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