Html Css Color HEX #D5BB93 Tan

📋 copy color: '#D5BB93'

red 213 ◦ green 187 ◦ blue 147

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

Shades of Tan #D5BB93

Tints of Tan #D5BB93

RGB

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

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

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

R = 38.94%
G = 34.19%
B = 26.87%

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

#D5BB93 (or 0xD5BB93) is known color: Tan. HEX triplet: D5, BB and 93. RGB value is (213,187,147). Sum of RGB (Red+Green+Blue) = 213+187+147=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB93 is #2A446C. Grayscale: #BEBEBE. Windows color (decimal): -2770029 or 9681877. OLE color: 9681877.

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

Color convert

RGB 213 187 147 -
CMYK 0 0.12 0.31 0.16
HSL 36.36º 0.44% 0.71% -
HSV(B) 36.36º 0.31% 0.84% -
XYZ 50.48 51.79 34.94 -
YUV 190.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 213 187 147 0 0.12 0.31 0.16 36.36 0.44 0.71
Hex D5 BB 93 0 C 1F 10 24 2C 47
Octal 325 273 223 0 14 37 20 44 54 107
Binary 11010101 10111011 10010011 0 1100 11111 10000 100100 101100 1000111

Color Harmonies of #D5BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB93

Black with #D5BB93

Text Example


Text Example

White with #D5BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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