Html Css Color HEX #D1B994 Tan

📋 copy color: '#D1B994'

red 209 ◦ green 185 ◦ blue 148

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

Shades of Tan #D1B994

Tints of Tan #D1B994

RGB

 RED value IS 209 (82.03% from 255) = 38.56%

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

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

R = 38.56%
G = 34.13%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D1B994 (or 0xD1B994) is known color: Tan. HEX triplet: D1, B9 and 94. RGB value is (209,185,148). Sum of RGB (Red+Green+Blue) = 209+185+148=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B994 is #2E466B. Grayscale: #BCBCBC. Windows color (decimal): -3032684 or 9746897. OLE color: 9746897.

HSL color Cylindrical-coordinate representation of color #D1B994: hue angle of 36.39º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1B994 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 148 -
CMYK 0 0.11 0.29 0.18
HSL 36.39º 0.4% 0.7% -
HSV(B) 36.39º 0.29% 0.82% -
XYZ 48.99 50.39 35.16 -
YUV 187.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 209 185 148 0 0.11 0.29 0.18 36.39 0.4 0.7
Hex D1 B9 94 0 B 1D 12 24 28 46
Octal 321 271 224 0 13 35 22 44 50 106
Binary 11010001 10111001 10010100 0 1011 11101 10010 100100 101000 1000110

Color Harmonies of #D1B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B994

Black with #D1B994

Text Example


Text Example

White with #D1B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B994; }

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

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

background-color css

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

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

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

border-color css

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

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

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