Html Css Color HEX #D5B98E Tan

📋 copy color: '#D5B98E'

red 213 ◦ green 185 ◦ blue 142

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

Shades of Tan #D5B98E

Tints of Tan #D5B98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

 BLUE value IS 142 (55.86% from 255) = 26.3%

R = 39.44%
G = 34.26%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5B98E (or 0xD5B98E) is known color: Tan. HEX triplet: D5, B9 and 8E. RGB value is (213,185,142). Sum of RGB (Red+Green+Blue) = 213+185+142=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B98E is #2A4671. Grayscale: #BCBCBC. Windows color (decimal): -2770546 or 9353685. OLE color: 9353685.

HSL color Cylindrical-coordinate representation of color #D5B98E: hue angle of 36.34º degrees, saturation: 0.46, 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 #D5B98E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 142 -
CMYK 0 0.13 0.33 0.16
HSL 36.34º 0.46% 0.7% -
HSV(B) 36.34º 0.33% 0.84% -
XYZ 49.67 50.8 32.78 -
YUV 188.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 213 185 142 0 0.13 0.33 0.16 36.34 0.46 0.7
Hex D5 B9 8E 0 D 21 10 24 2E 46
Octal 325 271 216 0 15 41 20 44 56 106
Binary 11010101 10111001 10001110 0 1101 100001 10000 100100 101110 1000110

Color Harmonies of #D5B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B98E

Black with #D5B98E

Text Example


Text Example

White with #D5B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B98E; }

 p { color: rgb(213,185,142); }

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

background-color css

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

 a { background-color: rgb(213,185,142); }

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

border-color css

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

 span { border-color: rgb(213,185,142); }

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