COLOR #DFA965

HEX: #DFA965 RGB: (223,169,101)

Color info

#DFA965 contains mainly red and green colors. Web safe color of #DFA965 is #CC9966 (or #C96).

RGB color model

#DFA965 color RGB value is (223,169,101).

RGB: (223,169,101) (87%, 66%, 40%)

RGB channels and saturation

R 223 of 255 = 87%
G 169 of 255 = 66%
B 101 of 255 = 40%

223
169
101

R + G + B ~ 64%. #DFA965 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 169 + 101 = 493 (100%)
R 223 of 493 ~ 45.23%
G 169 of 493 ~ 34.28%
B 101 of 493 ~ 20.49'%

%45.23
%34.28
%20.49

CMYK color model

#DFA965 color CMYK value is (0,24,55,13).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 54.71%
  • key color value is 12.55%

CMYK: (0,24,55,13)
C0M24Y55K13 (0%, 24%, 55%, 13%)
(0.00 / 0.24 / 0.55 / 0.13)

CMYK percentages

%0
%24.22
%54.71
%12.55

Codes

Color #DFA965 in popluar color models

DF A9 65
RGB 223 169 101
HSL 33° 65.59% 63.53%
HSB/HSV 33° 54.71% 87.45%
CMYK 0.00% 24.22% 54.71%
12.55%

Color #DFA965 in popluar number systems.

HEX DF A9 65
Decimal 223 169 101
Binary 11011111 10101001 1100101
Octal 337 251 145

Shades and tints

Shades of #DFA965

#DFA965
(223,169,101)
#CB9A5C
(203,154,92)
#B78B53
(183,139,83)
#A37C4A
(163,124,74)
#8F6D41
(143,109,65)
#7B5E38
(123,94,56)
#674F2F
(103,79,47)
#534026
(83,64,38)
#3F311D
(63,49,29)
#2B2214
(43,34,20)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #DFA965

#DFA965
(223,169,101)
#E1B073
(225,176,115)
#E3B781
(227,183,129)
#E5BE8F
(229,190,143)
#E7C59D
(231,197,157)
#E9CCAB
(233,204,171)
#EBD3B9
(235,211,185)
#EDDAC7
(237,218,199)
#EFE1D5
(239,225,213)
#F1E8E3
(241,232,227)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA965 color. Also use rgb(223,169,101) instead hex code.

Text Font Color

.myTextColor { color: #DFA965; }

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

This text font color is #DFA965.

Background Color

.myBgColor { background-color: #DFA965; }

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

This div background color is #DFA965.

Border color

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

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

This div border color is #DFA965.

Opacity

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

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

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

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

This text has shadow with #DFA965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA965.

Preview

Color preview on black background

This text has color #DFA965 on black background.


Color preview on white background

This text has color #DFA965 on white background.


Black color preview on #DFA965 background

This text has black color on #DFA965 background.


White color preview on #DFA965 background

This text has white color on #DFA965 background.


Related colors

Complementary color

Complementary color for #hex is #20569A.


I love getcolorcode.com

Triadic colors

1 #65DFA9 and #A965DF with #DFA965 are triadic colors.

2 #65A9DF and #A9DF65 with #DFA965 are triadic colors.