COLOR #DFA078

HEX: #DFA078 RGB: (223,160,120)

Color info

#DFA078 contains mainly red color. Web safe color of #DFA078 is #CC9966 (or #C96).

RGB color model

#DFA078 color RGB value is (223,160,120).

RGB: (223,160,120) (87%, 63%, 47%)

RGB channels and saturation

R 223 of 255 = 87%
G 160 of 255 = 63%
B 120 of 255 = 47%

223
160
120

R + G + B ~ 66%. #DFA078 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 160 + 120 = 503 (100%)
R 223 of 503 ~ 44.33%
G 160 of 503 ~ 31.81%
B 120 of 503 ~ 23.86'%

%44.33
%31.81
%23.86

CMYK color model

#DFA078 color CMYK value is (0,28,46,13).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 46.19%
  • key color value is 12.55%

CMYK: (0,28,46,13)
C0M28Y46K13 (0%, 28%, 46%, 13%)
(0.00 / 0.28 / 0.46 / 0.13)

CMYK percentages

%0
%28.25
%46.19
%12.55

Codes

Color #DFA078 in popluar color models

DF A0 78
RGB 223 160 120
HSL 23° 61.68% 67.25%
HSB/HSV 23° 46.19% 87.45%
CMYK 0.00% 28.25% 46.19%
12.55%

Color #DFA078 in popluar number systems.

HEX DF A0 78
Decimal 223 160 120
Binary 11011111 10100000 1111000
Octal 337 240 170

Shades and tints

Shades of #DFA078

#DFA078
(223,160,120)
#CB926E
(203,146,110)
#B78464
(183,132,100)
#A3765A
(163,118,90)
#8F6850
(143,104,80)
#7B5A46
(123,90,70)
#674C3C
(103,76,60)
#533E32
(83,62,50)
#3F3028
(63,48,40)
#2B221E
(43,34,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DFA078

#DFA078
(223,160,120)
#E1A884
(225,168,132)
#E3B090
(227,176,144)
#E5B89C
(229,184,156)
#E7C0A8
(231,192,168)
#E9C8B4
(233,200,180)
#EBD0C0
(235,208,192)
#EDD8CC
(237,216,204)
#EFE0D8
(239,224,216)
#F1E8E4
(241,232,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA078 color. Also use rgb(223,160,120) instead hex code.

Text Font Color

.myTextColor { color: #DFA078; }

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

This text font color is #DFA078.

Background Color

.myBgColor { background-color: #DFA078; }

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

This div background color is #DFA078.

Border color

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

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

This div border color is #DFA078.

Opacity

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

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

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

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

This text has shadow with #DFA078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA078.

Preview

Color preview on black background

This text has color #DFA078 on black background.


Color preview on white background

This text has color #DFA078 on white background.


Black color preview on #DFA078 background

This text has black color on #DFA078 background.


White color preview on #DFA078 background

This text has white color on #DFA078 background.


Related colors

Complementary color

Complementary color for #hex is #205F87.


I love getcolorcode.com

Triadic colors

1 #78DFA0 and #A078DF with #DFA078 are triadic colors.

2 #78A0DF and #A0DF78 with #DFA078 are triadic colors.