COLOR #DCCE98

HEX: #DCCE98 RGB: (220,206,152)

Color info

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

RGB color model

#DCCE98 color RGB value is (220,206,152).

RGB: (220,206,152) (86%, 81%, 60%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 152 of 255 = 60%

220
206
152

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

Portions of RGB colors in percentages

R + G + B = 220 + 206 + 152 = 578 (100%)
R 220 of 578 ~ 38.06%
G 206 of 578 ~ 35.64%
B 152 of 578 ~ 26.3'%

%38.06
%35.64
%26.3

CMYK color model

#DCCE98 color CMYK value is (0,6,31,14).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 30.91%
  • key color value is 13.73%

CMYK: (0,6,31,14)
C0M6Y31K14 (0%, 6%, 31%, 14%)
(0.00 / 0.06 / 0.31 / 0.14)

CMYK percentages

%0
%6.36
%30.91
%13.73

Codes

Color #DCCE98 in popluar color models

DC CE 98
RGB 220 206 152
HSL 48° 49.28% 72.94%
HSB/HSV 48° 30.91% 86.27%
CMYK 0.00% 6.36% 30.91%
13.73%

Color #DCCE98 in popluar number systems.

HEX DC CE 98
Decimal 220 206 152
Binary 11011100 11001110 10011000
Octal 334 316 230

Shades and tints

Shades of #DCCE98

#DCCE98
(220,206,152)
#C8BC8B
(200,188,139)
#B4AA7E
(180,170,126)
#A09871
(160,152,113)
#8C8664
(140,134,100)
#787457
(120,116,87)
#64624A
(100,98,74)
#50503D
(80,80,61)
#3C3E30
(60,62,48)
#282C23
(40,44,35)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCCE98

#DCCE98
(220,206,152)
#DFD2A1
(223,210,161)
#E2D6AA
(226,214,170)
#E5DAB3
(229,218,179)
#E8DEBC
(232,222,188)
#EBE2C5
(235,226,197)
#EEE6CE
(238,230,206)
#F1EAD7
(241,234,215)
#F4EEE0
(244,238,224)
#F7F2E9
(247,242,233)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCE98 color. Also use rgb(220,206,152) instead hex code.

Text Font Color

.myTextColor { color: #DCCE98; }

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

This text font color is #DCCE98.

Background Color

.myBgColor { background-color: #DCCE98; }

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

This div background color is #DCCE98.

Border color

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

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

This div border color is #DCCE98.

Opacity

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

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

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

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

This text has shadow with #DCCE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCE98.

Preview

Color preview on black background

This text has color #DCCE98 on black background.


Color preview on white background

This text has color #DCCE98 on white background.


Black color preview on #DCCE98 background

This text has black color on #DCCE98 background.


White color preview on #DCCE98 background

This text has white color on #DCCE98 background.


Related colors

Complementary color

Complementary color for #hex is #233167.


I love getcolorcode.com

Triadic colors

1 #98DCCE and #CE98DC with #DCCE98 are triadic colors.

2 #98CEDC and #CEDC98 with #DCCE98 are triadic colors.