Html Css Color HEX #D5B390 Tan

📋 copy color: '#D5B390'

red 213 ◦ green 179 ◦ blue 144

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

Shades of Tan #D5B390

Tints of Tan #D5B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 39.74%
G = 33.4%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5B390 (or 0xD5B390) is known color: Tan. HEX triplet: D5, B3 and 90. RGB value is (213,179,144). Sum of RGB (Red+Green+Blue) = 213+179+144=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B390 is #2A4C6F. Grayscale: #B9B9B9. Windows color (decimal): -2772080 or 9483221. OLE color: 9483221.

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

Color convert

RGB 213 179 144 -
CMYK 0 0.16 0.32 0.16
HSL 30.43º 0.45% 0.7% -
HSV(B) 30.43º 0.32% 0.84% -
XYZ 48.59 48.4 33.17 -
YUV 185.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 213 179 144 0 0.16 0.32 0.16 30.43 0.45 0.7
Hex D5 B3 90 0 10 20 10 1E 2D 46
Octal 325 263 220 0 20 40 20 36 55 106
Binary 11010101 10110011 10010000 0 10000 100000 10000 11110 101101 1000110

Color Harmonies of #D5B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B390

Black with #D5B390

Text Example


Text Example

White with #D5B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B390; }

 p { color: rgb(213,179,144); }

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

background-color css

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

 a { background-color: rgb(213,179,144); }

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

border-color css

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

 span { border-color: rgb(213,179,144); }

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