COLOR #D5CC99

HEX: #D5CC99
RGB: (213,204,153)

Renk bilgisi

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

RGB renk modeli

#D5CC99 color RGB value is (213,204,153).

  • kırmız ton 213;
  • yeşil ton 204;
  • mavi ton 153.
RGB:
(213,204,153)
(84%,80%,60%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 204 of 255 = 80%
B 153 of 255 = 60%

213
204
153

R + G + B ~ 75%. #D5CC99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 204 + 153 = 570 (100%)
R 213 of 570 ~ 37.37%
G 204 of 570 ~ 35.79%
B 153 of 570 ~ 26.84%

%37.37
%35.79
%26.84

CMYK RENK MODELİ

#D5CC99 rengi CMYK tonu (0,4,28,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.23%
  • sarı tonu 28.17%
  • ana renk tonu 16.47%
CMYK:
(0,4,28,16)
C0M4Y28K16 
(0%,4%,28%,16%)
(0.00/0.04/0.28/0.16)	

CMYK yüzdeleri

%0
%4.23
%28.17
%16.47

Codes

Color #D5CC99 in popluar color models

D5CC99
RGB213204153
HSL51°41.67%71.76%
HSB/HSV51°28.17%83.53%
CMYK0.00%4.23%28.17%
16.47%

Color #D5CC99 in popluar number systems.

HEXD5CC99
Decimal213204153
Binary110101011100110010011001
Octal325314231

Shades and tints

Shades of #D5CC99

#D5CC99
(213,204,153)
#C2BA8C
(194,186,140)
#AFA87F
(175,168,127)
#9C9672
(156,150,114)
#898465
(137,132,101)
#767258
(118,114,88)
#63604B
(99,96,75)
#504E3E
(80,78,62)
#3D3C31
(61,60,49)
#2A2A24
(42,42,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5CC99

#D5CC99
(213,204,153)
#D8D0A2
(216,208,162)
#DBD4AB
(219,212,171)
#DED8B4
(222,216,180)
#E1DCBD
(225,220,189)
#E4E0C6
(228,224,198)
#E7E4CF
(231,228,207)
#EAE8D8
(234,232,216)
#EDECE1
(237,236,225)
#F0F0EA
(240,240,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CC99 color. Also use rgb(213,204,153) instead hex code.

Text Font Color

.myTextColor { color: #D5CC99; }

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

This text font color is #D5CC99.


Background Color

.myBgColor { background-color: #D5CC99; }

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

This div background color is #D5CC99.


Border color

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

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

This div border color is #D5CC99.


Opacity

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

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

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

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

This text has shadow with #D5CC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CC99 on black background.


Color preview on white background

This text has color #D5CC99 on white background.



Black color preview on #D5CC99 background

This text has black color on #D5CC99 background.


White color preview on #D5CC99 background

This text has white color on #D5CC99 background.