COLOR #D9B995

HEX: #D9B995
RGB: (217,185,149)

Renk bilgisi

#D9B995 contains mainly red and green colors. #D9B995 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D9B995 color RGB value is (217,185,149).

  • kırmız ton 217;
  • yeşil ton 185;
  • mavi ton 149.
RGB:
(217,185,149)
(85%,73%,58%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 185 of 255 = 73%
B 149 of 255 = 58%

217
185
149

R + G + B ~ 72%. #D9B995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 185 + 149 = 551 (100%)
R 217 of 551 ~ 39.38%
G 185 of 551 ~ 33.58%
B 149 of 551 ~ 27.04%

%39.38
%33.58
%27.04

CMYK RENK MODELİ

#D9B995 rengi CMYK tonu (0,15,31,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.75%
  • sarı tonu 31.34%
  • ana renk tonu 14.90%
CMYK:
(0,15,31,15)
C0M15Y31K15 
(0%,15%,31%,15%)
(0.00/0.15/0.31/0.15)	

CMYK yüzdeleri

%0
%14.75
%31.34
%14.9

Codes

Color #D9B995 in popluar color models

D9B995
RGB217185149
HSL32°47.22%71.76%
HSB/HSV32°31.34%85.10%
CMYK0.00%14.75%31.34%
14.90%

Color #D9B995 in popluar number systems.

HEXD9B995
Decimal217185149
Binary110110011011100110010101
Octal331271225

Shades and tints

Shades of #D9B995

#D9B995
(217,185,149)
#C6A988
(198,169,136)
#B3997B
(179,153,123)
#A0896E
(160,137,110)
#8D7961
(141,121,97)
#7A6954
(122,105,84)
#675947
(103,89,71)
#54493A
(84,73,58)
#41392D
(65,57,45)
#2E2920
(46,41,32)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #D9B995

#D9B995
(217,185,149)
#DCBF9E
(220,191,158)
#DFC5A7
(223,197,167)
#E2CBB0
(226,203,176)
#E5D1B9
(229,209,185)
#E8D7C2
(232,215,194)
#EBDDCB
(235,221,203)
#EEE3D4
(238,227,212)
#F1E9DD
(241,233,221)
#F4EFE6
(244,239,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B995 color. Also use rgb(217,185,149) instead hex code.

Text Font Color

.myTextColor { color: #D9B995; }

<p style="color:#D9B995">This sample text font color is #D9B995.</p>

This text font color is #D9B995.


Background Color

.myBgColor { background-color: #D9B995; }

<div style="background-color:#D9B995">Inner text</div>

This div background color is #D9B995.


Border color

.myBorderColor { border: 1px solid #D9B995; }

<div style="border:3px solid #D9B995">Div</div>

This div border color is #D9B995.


Opacity

.myOpacity80 { color: #D9B995; opacity: 0.8; }

<p style="color:#D9B995;opacity:0.8;">80%</p>

Text with #D9B995 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9B995;}

<p style="text-shadow: 3px 3px 1px #D9B995">Text here.</p>

This text has shadow with #D9B995 color.

.textShadow {text-shadow: 3px 3px 1px #D9B995, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9B995, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9B995 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9B995, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9B995, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9B995 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D9B995;
  -webkit-box-shadow:	1px 1px 3px 2px #D9B995;
  box-shadow:		1px 1px 3px 2px #D9B995;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9B995;
-webkit-box-shadow: 1px 1px 3px 2px #D9B995;
box-shadow:1px 1px 3px 2px #D9B995;">
Div content here</div>
This div box has shadow with color #D9B995.

Preview

Color preview on black background

This text has color #D9B995 on black background.


Color preview on white background

This text has color #D9B995 on white background.



Black color preview on #D9B995 background

This text has black color on #D9B995 background.


White color preview on #D9B995 background

This text has white color on #D9B995 background.