Html Css Color HEX #D5B98D Tan

📋 copy color: '#D5B98D'

red 213 ◦ green 185 ◦ blue 141

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

Shades of Tan #D5B98D

Tints of Tan #D5B98D

RGB

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

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

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

R = 39.52%
G = 34.32%
B = 26.16%

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

#D5B98D (or 0xD5B98D) is known color: Tan. HEX triplet: D5, B9 and 8D. RGB value is (213,185,141). Sum of RGB (Red+Green+Blue) = 213+185+141=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B98D is #2A4672. Grayscale: #BCBCBC. Windows color (decimal): -2770547 or 9288149. OLE color: 9288149.

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

Color convert

RGB 213 185 141 -
CMYK 0 0.13 0.34 0.16
HSL 36.67º 0.46% 0.69% -
HSV(B) 36.67º 0.34% 0.84% -
XYZ 49.6 50.77 32.38 -
YUV 188.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 213 185 141 0 0.13 0.34 0.16 36.67 0.46 0.69
Hex D5 B9 8D 0 D 22 10 25 2E 45
Octal 325 271 215 0 15 42 20 45 56 105
Binary 11010101 10111001 10001101 0 1101 100010 10000 100101 101110 1000101

Color Harmonies of #D5B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B98D

Black with #D5B98D

Text Example


Text Example

White with #D5B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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