Html Css Color HEX #D5BB91 Tan

📋 copy color: '#D5BB91'

red 213 ◦ green 187 ◦ blue 145

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

Shades of Tan #D5BB91

Tints of Tan #D5BB91

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 145 (57.03% from 255) = 26.61%

R = 39.08%
G = 34.31%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5BB91 (or 0xD5BB91) is known color: Tan. HEX triplet: D5, BB and 91. RGB value is (213,187,145). Sum of RGB (Red+Green+Blue) = 213+187+145=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB91 is #2A446E. Grayscale: #BEBEBE. Windows color (decimal): -2770031 or 9550805. OLE color: 9550805.

HSL color Cylindrical-coordinate representation of color #D5BB91: hue angle of 37.06º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5BB91 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 145 -
CMYK 0 0.12 0.32 0.16
HSL 37.06º 0.45% 0.7% -
HSV(B) 37.06º 0.32% 0.84% -
XYZ 50.32 51.73 34.12 -
YUV 189.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 213 187 145 0 0.12 0.32 0.16 37.06 0.45 0.7
Hex D5 BB 91 0 C 20 10 25 2D 46
Octal 325 273 221 0 14 40 20 45 55 106
Binary 11010101 10111011 10010001 0 1100 100000 10000 100101 101101 1000110

Color Harmonies of #D5BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB91

Black with #D5BB91

Text Example


Text Example

White with #D5BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB91; }

 p { color: rgb(213,187,145); }

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

background-color css

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

 a { background-color: rgb(213,187,145); }

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

border-color css

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

 span { border-color: rgb(213,187,145); }

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