COLOR #DCC88F

HEX: #DCC88F
RGB: (220,200,143)

Color info

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

RGB color model

#DCC88F color RGB value is (220,200,143).

  • red value is 220;
  • green value is 200;
  • blue value is 143.
RGB:
(220,200,143)
(86%,78%,56%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 143 of 255 = 56%

220
200
143

R + G + B ~ 73%. #DCC88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 143 = 563 (100%)
R 220 of 563 ~ 39.08%
G 200 of 563 ~ 35.52%
B 143 of 563 ~ 25.4%

%39.08
%35.52
%25.4

CMYK color model

#DCC88F color CMYK value is (0,9,35,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK:
(0,9,35,14)
C0M9Y35K14 
(0%,9%,35%,14%)
(0.00/0.09/0.35/0.14)	

CMYK percentages

%0
%9.09
%35
%13.73

Codes

Color #DCC88F in popluar color models

DCC88F
RGB220200143
HSL44°52.38%71.18%
HSB/HSV44°35.00%86.27%
CMYK0.00%9.09%35.00%
13.73%

Color #DCC88F in popluar number systems.

HEXDCC88F
Decimal220200143
Binary110111001100100010001111
Octal334310217

Shades and tints

Shades of #DCC88F

#DCC88F
(220,200,143)
#C8B682
(200,182,130)
#B4A475
(180,164,117)
#A09268
(160,146,104)
#8C805B
(140,128,91)
#786E4E
(120,110,78)
#645C41
(100,92,65)
#504A34
(80,74,52)
#3C3827
(60,56,39)
#28261A
(40,38,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #DCC88F

#DCC88F
(220,200,143)
#DFCD99
(223,205,153)
#E2D2A3
(226,210,163)
#E5D7AD
(229,215,173)
#E8DCB7
(232,220,183)
#EBE1C1
(235,225,193)
#EEE6CB
(238,230,203)
#F1EBD5
(241,235,213)
#F4F0DF
(244,240,223)
#F7F5E9
(247,245,233)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC88F color. Also use rgb(220,200,143) instead hex code.

Text Font Color

.myTextColor { color: #DCC88F; }

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

This text font color is #DCC88F.


Background Color

.myBgColor { background-color: #DCC88F; }

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

This div background color is #DCC88F.


Border color

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

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

This div border color is #DCC88F.


Opacity

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

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

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

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

This text has shadow with #DCC88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC88F on black background.


Color preview on white background

This text has color #DCC88F on white background.



Black color preview on #DCC88F background

This text has black color on #DCC88F background.


White color preview on #DCC88F background

This text has white color on #DCC88F background.