COLOR #DFB37A

HEX: #DFB37A RGB: (223,179,122)

Color info

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

RGB color model

#DFB37A color RGB value is (223,179,122).

RGB: (223,179,122) (87%, 70%, 48%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 122 of 255 = 48%

223
179
122

R + G + B ~ 68%. #DFB37A is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 179 + 122 = 524 (100%)
R 223 of 524 ~ 42.56%
G 179 of 524 ~ 34.16%
B 122 of 524 ~ 23.28'%

%42.56
%34.16
%23.28

CMYK color model

#DFB37A color CMYK value is (0,20,45,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 45.29%
  • key color value is 12.55%

CMYK: (0,20,45,13)
C0M20Y45K13 (0%, 20%, 45%, 13%)
(0.00 / 0.20 / 0.45 / 0.13)

CMYK percentages

%0
%19.73
%45.29
%12.55

Codes

Color #DFB37A in popluar color models

DF B3 7A
RGB 223 179 122
HSL 34° 61.21% 67.65%
HSB/HSV 34° 45.29% 87.45%
CMYK 0.00% 19.73% 45.29%
12.55%

Color #DFB37A in popluar number systems.

HEX DF B3 7A
Decimal 223 179 122
Binary 11011111 10110011 1111010
Octal 337 263 172

Shades and tints

Shades of #DFB37A

#DFB37A
(223,179,122)
#CBA36F
(203,163,111)
#B79364
(183,147,100)
#A38359
(163,131,89)
#8F734E
(143,115,78)
#7B6343
(123,99,67)
#675338
(103,83,56)
#53432D
(83,67,45)
#3F3322
(63,51,34)
#2B2317
(43,35,23)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #DFB37A

#DFB37A
(223,179,122)
#E1B986
(225,185,134)
#E3BF92
(227,191,146)
#E5C59E
(229,197,158)
#E7CBAA
(231,203,170)
#E9D1B6
(233,209,182)
#EBD7C2
(235,215,194)
#EDDDCE
(237,221,206)
#EFE3DA
(239,227,218)
#F1E9E6
(241,233,230)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB37A color. Also use rgb(223,179,122) instead hex code.

Text Font Color

.myTextColor { color: #DFB37A; }

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

This text font color is #DFB37A.

Background Color

.myBgColor { background-color: #DFB37A; }

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

This div background color is #DFB37A.

Border color

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

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

This div border color is #DFB37A.

Opacity

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

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

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

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

This text has shadow with #DFB37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB37A.

Preview

Color preview on black background

This text has color #DFB37A on black background.


Color preview on white background

This text has color #DFB37A on white background.


Black color preview on #DFB37A background

This text has black color on #DFB37A background.


White color preview on #DFB37A background

This text has white color on #DFB37A background.


Related colors

Complementary color

Complementary color for #hex is #204C85.


I love getcolorcode.com

Triadic colors

1 #7ADFB3 and #B37ADF with #DFB37A are triadic colors.

2 #7AB3DF and #B3DF7A with #DFB37A are triadic colors.