Html Css Color HEX #D5B994 Tan

📋 copy color: '#D5B994'

red 213 ◦ green 185 ◦ blue 148

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

Shades of Tan #D5B994

Tints of Tan #D5B994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 39.01%
G = 33.88%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5B994 (or 0xD5B994) is known color: Tan. HEX triplet: D5, B9 and 94. RGB value is (213,185,148). Sum of RGB (Red+Green+Blue) = 213+185+148=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B994 is #2A466B. Grayscale: #BDBDBD. Windows color (decimal): -2770540 or 9746901. OLE color: 9746901.

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

Color convert

RGB 213 185 148 -
CMYK 0 0.13 0.31 0.16
HSL 34.15º 0.44% 0.71% -
HSV(B) 34.15º 0.31% 0.84% -
XYZ 50.13 50.98 35.22 -
YUV 189.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 213 185 148 0 0.13 0.31 0.16 34.15 0.44 0.71
Hex D5 B9 94 0 D 1F 10 22 2C 47
Octal 325 271 224 0 15 37 20 42 54 107
Binary 11010101 10111001 10010100 0 1101 11111 10000 100010 101100 1000111

Color Harmonies of #D5B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B994

Black with #D5B994

Text Example


Text Example

White with #D5B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B994; }

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

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

background-color css

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

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

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

border-color css

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

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

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