Html Css Color HEX #D5BA8A Tan

📋 copy color: '#D5BA8A'

red 213 ◦ green 186 ◦ blue 138

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

Shades of Tan #D5BA8A

Tints of Tan #D5BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 39.66%
G = 34.64%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5BA8A (or 0xD5BA8A) is known color: Tan. HEX triplet: D5, BA and 8A. RGB value is (213,186,138). Sum of RGB (Red+Green+Blue) = 213+186+138=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA8A is #2A4575. Grayscale: #BCBCBC. Windows color (decimal): -2770294 or 9091797. OLE color: 9091797.

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

Color convert

RGB 213 186 138 -
CMYK 0 0.13 0.35 0.16
HSL 38.4º 0.47% 0.69% -
HSV(B) 38.4º 0.35% 0.84% -
XYZ 49.59 51.1 31.29 -
YUV 188.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 213 186 138 0 0.13 0.35 0.16 38.4 0.47 0.69
Hex D5 BA 8A 0 D 23 10 26 2F 45
Octal 325 272 212 0 15 43 20 46 57 105
Binary 11010101 10111010 10001010 0 1101 100011 10000 100110 101111 1000101

Color Harmonies of #D5BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA8A

Black with #D5BA8A

Text Example


Text Example

White with #D5BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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