COLOR #DCD097

HEX: #DCD097 RGB: (220,208,151)

Color info

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

RGB color model

#DCD097 color RGB value is (220,208,151).

RGB: (220,208,151) (86%, 82%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 208 of 255 = 82%
B 151 of 255 = 59%

220
208
151

R + G + B ~ 76%. #DCD097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 208 + 151 = 579 (100%)
R 220 of 579 ~ 38%
G 208 of 579 ~ 35.92%
B 151 of 579 ~ 26.08'%

%38
%35.92
%26.08

CMYK color model

#DCD097 color CMYK value is (0,5,31,14).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 31.36%
  • key color value is 13.73%

CMYK: (0,5,31,14)
C0M5Y31K14 (0%, 5%, 31%, 14%)
(0.00 / 0.05 / 0.31 / 0.14)

CMYK percentages

%0
%5.45
%31.36
%13.73

Codes

Color #DCD097 in popluar color models

DC D0 97
RGB 220 208 151
HSL 50° 49.64% 72.75%
HSB/HSV 50° 31.36% 86.27%
CMYK 0.00% 5.45% 31.36%
13.73%

Color #DCD097 in popluar number systems.

HEX DC D0 97
Decimal 220 208 151
Binary 11011100 11010000 10010111
Octal 334 320 227

Shades and tints

Shades of #DCD097

#DCD097
(220,208,151)
#C8BE8A
(200,190,138)
#B4AC7D
(180,172,125)
#A09A70
(160,154,112)
#8C8863
(140,136,99)
#787656
(120,118,86)
#646449
(100,100,73)
#50523C
(80,82,60)
#3C402F
(60,64,47)
#282E22
(40,46,34)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #DCD097

#DCD097
(220,208,151)
#DFD4A0
(223,212,160)
#E2D8A9
(226,216,169)
#E5DCB2
(229,220,178)
#E8E0BB
(232,224,187)
#EBE4C4
(235,228,196)
#EEE8CD
(238,232,205)
#F1ECD6
(241,236,214)
#F4F0DF
(244,240,223)
#F7F4E8
(247,244,232)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD097; }

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

This text font color is #DCD097.

Background Color

.myBgColor { background-color: #DCD097; }

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

This div background color is #DCD097.

Border color

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

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

This div border color is #DCD097.

Opacity

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

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

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

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

This text has shadow with #DCD097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD097.

Preview

Color preview on black background

This text has color #DCD097 on black background.


Color preview on white background

This text has color #DCD097 on white background.


Black color preview on #DCD097 background

This text has black color on #DCD097 background.


White color preview on #DCD097 background

This text has white color on #DCD097 background.


Related colors

Complementary color

Complementary color for #hex is #232F68.


I love getcolorcode.com

Triadic colors

1 #97DCD0 and #D097DC with #DCD097 are triadic colors.

2 #97D0DC and #D0DC97 with #DCD097 are triadic colors.