COLOR #D5C093

HEX: #D5C093
RGB: (213,192,147)

Renk bilgisi

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

RGB renk modeli

#D5C093 color RGB value is (213,192,147).

  • kırmız ton 213;
  • yeşil ton 192;
  • mavi ton 147.
RGB:
(213,192,147)
(84%,75%,58%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 192 of 255 = 75%
B 147 of 255 = 58%

213
192
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 192 + 147 = 552 (100%)
R 213 of 552 ~ 38.59%
G 192 of 552 ~ 34.78%
B 147 of 552 ~ 26.63%

%38.59
%34.78
%26.63

CMYK RENK MODELİ

#D5C093 rengi CMYK tonu (0,10,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.86%
  • sarı tonu 30.99%
  • ana renk tonu 16.47%
CMYK:
(0,10,31,16)
C0M10Y31K16 
(0%,10%,31%,16%)
(0.00/0.10/0.31/0.16)	

CMYK yüzdeleri

%0
%9.86
%30.99
%16.47

Codes

Color #D5C093 in popluar color models

D5C093
RGB213192147
HSL41°44.00%70.59%
HSB/HSV41°30.99%83.53%
CMYK0.00%9.86%30.99%
16.47%

Color #D5C093 in popluar number systems.

HEXD5C093
Decimal213192147
Binary110101011100000010010011
Octal325300223

Shades and tints

Shades of #D5C093

#D5C093
(213,192,147)
#C2AF86
(194,175,134)
#AF9E79
(175,158,121)
#9C8D6C
(156,141,108)
#897C5F
(137,124,95)
#766B52
(118,107,82)
#635A45
(99,90,69)
#504938
(80,73,56)
#3D382B
(61,56,43)
#2A271E
(42,39,30)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5C093

#D5C093
(213,192,147)
#D8C59C
(216,197,156)
#DBCAA5
(219,202,165)
#DECFAE
(222,207,174)
#E1D4B7
(225,212,183)
#E4D9C0
(228,217,192)
#E7DEC9
(231,222,201)
#EAE3D2
(234,227,210)
#EDE8DB
(237,232,219)
#F0EDE4
(240,237,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C093 color. Also use rgb(213,192,147) instead hex code.

Text Font Color

.myTextColor { color: #D5C093; }

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

This text font color is #D5C093.


Background Color

.myBgColor { background-color: #D5C093; }

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

This div background color is #D5C093.


Border color

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

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

This div border color is #D5C093.


Opacity

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

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

Text with #D5C093 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 #D5C093;}

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

This text has shadow with #D5C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C093 on black background.


Color preview on white background

This text has color #D5C093 on white background.



Black color preview on #D5C093 background

This text has black color on #D5C093 background.


White color preview on #D5C093 background

This text has white color on #D5C093 background.