COLOR #D0D590

HEX: #D0D590
RGB: (208,213,144)

Renk bilgisi

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

RGB renk modeli

#D0D590 color RGB value is (208,213,144).

  • kırmız ton 208;
  • yeşil ton 213;
  • mavi ton 144.
RGB:
(208,213,144)
(82%,84%,56%)

RGB bağlantıları ve doygunluk

R 208 of 255 = 82%
G 213 of 255 = 84%
B 144 of 255 = 56%

208
213
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
208 + 213 + 144 = 565 (100%)
R 208 of 565 ~ 36.81%
G 213 of 565 ~ 37.7%
B 144 of 565 ~ 25.49%

%36.81
%37.7
%25.49

CMYK RENK MODELİ

#D0D590 rengi CMYK tonu (2,0,32,16).

  • camgöbeği tonu 2.35%
  • eflatun tonu 0.00%
  • sarı tonu 32.39%
  • ana renk tonu 16.47%
CMYK:
(2,0,32,16)
C2M0Y32K16 
(2%,0%,32%,16%)
(0.02/0.00/0.32/0.16)	

CMYK yüzdeleri

%2.35
%0
%32.39
%16.47

Codes

Color #D0D590 in popluar color models

D0D590
RGB208213144
HSL64°45.10%70.00%
HSB/HSV64°32.39%83.53%
CMYK2.35%0.00%32.39%
16.47%

Color #D0D590 in popluar number systems.

HEXD0D590
Decimal208213144
Binary110100001101010110010000
Octal320325220

Shades and tints

Shades of #D0D590

#D0D590
(208,213,144)
#BEC283
(190,194,131)
#ACAF76
(172,175,118)
#9A9C69
(154,156,105)
#88895C
(136,137,92)
#76764F
(118,118,79)
#646342
(100,99,66)
#525035
(82,80,53)
#403D28
(64,61,40)
#2E2A1B
(46,42,27)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #D0D590

#D0D590
(208,213,144)
#D4D89A
(212,216,154)
#D8DBA4
(216,219,164)
#DCDEAE
(220,222,174)
#E0E1B8
(224,225,184)
#E4E4C2
(228,228,194)
#E8E7CC
(232,231,204)
#ECEAD6
(236,234,214)
#F0EDE0
(240,237,224)
#F4F0EA
(244,240,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D590; }

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

This text font color is #D0D590.


Background Color

.myBgColor { background-color: #D0D590; }

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

This div background color is #D0D590.


Border color

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

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

This div border color is #D0D590.


Opacity

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

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

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

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

This text has shadow with #D0D590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D590 on black background.


Color preview on white background

This text has color #D0D590 on white background.



Black color preview on #D0D590 background

This text has black color on #D0D590 background.


White color preview on #D0D590 background

This text has white color on #D0D590 background.