COLOR #D0D093

HEX: #D0D093
RGB: (208,208,147)

Color info

#D0D093 contains mainly red and green colors. Web safe color of #D0D093 is #CCCC99 (or #CC9).

RGB color model

#D0D093 color RGB value is (208,208,147).

  • red value is 208;
  • green value is 208;
  • blue value is 147.
RGB:
(208,208,147)
(82%,82%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 147 of 255 = 58%

208
208
147

R + G + B ~ 74%. #D0D093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 147 = 563 (100%)
R 208 of 563 ~ 36.94%
G 208 of 563 ~ 36.94%
B 147 of 563 ~ 26.11%

%36.94
%36.94
%26.11

CMYK color model

#D0D093 color CMYK value is (0,0,29,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 18.43%
CMYK:
(0,0,29,18)
C0M0Y29K18 
(0%,0%,29%,18%)
(0.00/0.00/0.29/0.18)	

CMYK percentages

%0
%0
%29.33
%18.43

Codes

Color #D0D093 in popluar color models

D0D093
RGB208208147
HSL60°39.35%69.61%
HSB/HSV60°29.33%81.57%
CMYK0.00%0.00%29.33%
18.43%

Color #D0D093 in popluar number systems.

HEXD0D093
Decimal208208147
Binary110100001101000010010011
Octal320320223

Shades and tints

Shades of #D0D093

#D0D093
(208,208,147)
#BEBE86
(190,190,134)
#ACAC79
(172,172,121)
#9A9A6C
(154,154,108)
#88885F
(136,136,95)
#767652
(118,118,82)
#646445
(100,100,69)
#525238
(82,82,56)
#40402B
(64,64,43)
#2E2E1E
(46,46,30)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #D0D093

#D0D093
(208,208,147)
#D4D49C
(212,212,156)
#D8D8A5
(216,216,165)
#DCDCAE
(220,220,174)
#E0E0B7
(224,224,183)
#E4E4C0
(228,228,192)
#E8E8C9
(232,232,201)
#ECECD2
(236,236,210)
#F0F0DB
(240,240,219)
#F4F4E4
(244,244,228)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D093; }

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

This text font color is #D0D093.


Background Color

.myBgColor { background-color: #D0D093; }

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

This div background color is #D0D093.


Border color

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

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

This div border color is #D0D093.


Opacity

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

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

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

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

This text has shadow with #D0D093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D093 on black background.


Color preview on white background

This text has color #D0D093 on white background.



Black color preview on #D0D093 background

This text has black color on #D0D093 background.


White color preview on #D0D093 background

This text has white color on #D0D093 background.