COLOR #DFC490

HEX: #DFC490 RGB: (223,196,144)

Color info

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

RGB color model

#DFC490 color RGB value is (223,196,144).

RGB: (223,196,144) (87%, 77%, 56%)

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 144 of 255 = 56%

223
196
144

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

Portions of RGB colors in percentages

R + G + B = 223 + 196 + 144 = 563 (100%)
R 223 of 563 ~ 39.61%
G 196 of 563 ~ 34.81%
B 144 of 563 ~ 25.58'%

%39.61
%34.81
%25.58

CMYK color model

#DFC490 color CMYK value is (0,12,35,13).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 35.43%
  • key color value is 12.55%

CMYK: (0,12,35,13)
C0M12Y35K13 (0%, 12%, 35%, 13%)
(0.00 / 0.12 / 0.35 / 0.13)

CMYK percentages

%0
%12.11
%35.43
%12.55

Codes

Color #DFC490 in popluar color models

DF C4 90
RGB 223 196 144
HSL 39° 55.24% 71.96%
HSB/HSV 39° 35.43% 87.45%
CMYK 0.00% 12.11% 35.43%
12.55%

Color #DFC490 in popluar number systems.

HEX DF C4 90
Decimal 223 196 144
Binary 11011111 11000100 10010000
Octal 337 304 220

Shades and tints

Shades of #DFC490

#DFC490
(223,196,144)
#CBB383
(203,179,131)
#B7A276
(183,162,118)
#A39169
(163,145,105)
#8F805C
(143,128,92)
#7B6F4F
(123,111,79)
#675E42
(103,94,66)
#534D35
(83,77,53)
#3F3C28
(63,60,40)
#2B2B1B
(43,43,27)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #DFC490

#DFC490
(223,196,144)
#E1C99A
(225,201,154)
#E3CEA4
(227,206,164)
#E5D3AE
(229,211,174)
#E7D8B8
(231,216,184)
#E9DDC2
(233,221,194)
#EBE2CC
(235,226,204)
#EDE7D6
(237,231,214)
#EFECE0
(239,236,224)
#F1F1EA
(241,241,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC490 color. Also use rgb(223,196,144) instead hex code.

Text Font Color

.myTextColor { color: #DFC490; }

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

This text font color is #DFC490.

Background Color

.myBgColor { background-color: #DFC490; }

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

This div background color is #DFC490.

Border color

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

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

This div border color is #DFC490.

Opacity

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

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

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

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

This text has shadow with #DFC490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC490.

Preview

Color preview on black background

This text has color #DFC490 on black background.


Color preview on white background

This text has color #DFC490 on white background.


Black color preview on #DFC490 background

This text has black color on #DFC490 background.


White color preview on #DFC490 background

This text has white color on #DFC490 background.


Related colors

Complementary color

Complementary color for #hex is #203B6F.


I love getcolorcode.com

Triadic colors

1 #90DFC4 and #C490DF with #DFC490 are triadic colors.

2 #90C4DF and #C4DF90 with #DFC490 are triadic colors.