Html Css Color HEX #D5B38F Tan

📋 copy color: '#D5B38F'

red 213 ◦ green 179 ◦ blue 143

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

Shades of Tan #D5B38F

Tints of Tan #D5B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.73%

R = 39.81%
G = 33.46%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5B38F (or 0xD5B38F) is known color: Tan. HEX triplet: D5, B3 and 8F. RGB value is (213,179,143). Sum of RGB (Red+Green+Blue) = 213+179+143=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38F is #2A4C70. Grayscale: #B9B9B9. Windows color (decimal): -2772081 or 9417685. OLE color: 9417685.

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

Color convert

RGB 213 179 143 -
CMYK 0 0.16 0.33 0.16
HSL 30.86º 0.45% 0.7% -
HSV(B) 30.86º 0.33% 0.84% -
XYZ 48.52 48.37 32.77 -
YUV 185.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 213 179 143 0 0.16 0.33 0.16 30.86 0.45 0.7
Hex D5 B3 8F 0 10 21 10 1F 2D 46
Octal 325 263 217 0 20 41 20 37 55 106
Binary 11010101 10110011 10001111 0 10000 100001 10000 11111 101101 1000110

Color Harmonies of #D5B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B38F

Black with #D5B38F

Text Example


Text Example

White with #D5B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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