Html Css Color HEX #D5BA8D Tan

📋 copy color: '#D5BA8D'

red 213 ◦ green 186 ◦ blue 141

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

Shades of Tan #D5BA8D

Tints of Tan #D5BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 39.44%
G = 34.44%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5BA8D (or 0xD5BA8D) is known color: Tan. HEX triplet: D5, BA and 8D. RGB value is (213,186,141). Sum of RGB (Red+Green+Blue) = 213+186+141=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA8D is #2A4572. Grayscale: #BDBDBD. Windows color (decimal): -2770291 or 9288405. OLE color: 9288405.

HSL color Cylindrical-coordinate representation of color #D5BA8D: hue angle of 37.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5BA8D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 141 -
CMYK 0 0.13 0.34 0.16
HSL 37.5º 0.46% 0.69% -
HSV(B) 37.5º 0.34% 0.84% -
XYZ 49.81 51.19 32.45 -
YUV 188.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 213 186 141 0 0.13 0.34 0.16 37.5 0.46 0.69
Hex D5 BA 8D 0 D 22 10 26 2E 45
Octal 325 272 215 0 15 42 20 46 56 105
Binary 11010101 10111010 10001101 0 1101 100010 10000 100110 101110 1000101

Color Harmonies of #D5BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA8D

Black with #D5BA8D

Text Example


Text Example

White with #D5BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA8D; }

 p { color: rgb(213,186,141); }

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

background-color css

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

 a { background-color: rgb(213,186,141); }

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

border-color css

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

 span { border-color: rgb(213,186,141); }

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