COLOR #DFBE99

HEX: #DFBE99 RGB: (223,190,153)

Color info

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

RGB color model

#DFBE99 color RGB value is (223,190,153).

RGB: (223,190,153) (87%, 75%, 60%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 153 of 255 = 60%

223
190
153

R + G + B ~ 74%. #DFBE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 153 = 566 (100%)
R 223 of 566 ~ 39.4%
G 190 of 566 ~ 33.57%
B 153 of 566 ~ 27.03'%

%39.4
%33.57
%27.03

CMYK color model

#DFBE99 color CMYK value is (0,15,31,13).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 31.39%
  • key color value is 12.55%

CMYK: (0,15,31,13)
C0M15Y31K13 (0%, 15%, 31%, 13%)
(0.00 / 0.15 / 0.31 / 0.13)

CMYK percentages

%0
%14.8
%31.39
%12.55

Codes

Color #DFBE99 in popluar color models

DF BE 99
RGB 223 190 153
HSL 32° 52.24% 73.73%
HSB/HSV 32° 31.39% 87.45%
CMYK 0.00% 14.80% 31.39%
12.55%

Color #DFBE99 in popluar number systems.

HEX DF BE 99
Decimal 223 190 153
Binary 11011111 10111110 10011001
Octal 337 276 231

Shades and tints

Shades of #DFBE99

#DFBE99
(223,190,153)
#CBAD8C
(203,173,140)
#B79C7F
(183,156,127)
#A38B72
(163,139,114)
#8F7A65
(143,122,101)
#7B6958
(123,105,88)
#67584B
(103,88,75)
#53473E
(83,71,62)
#3F3631
(63,54,49)
#2B2524
(43,37,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #DFBE99

#DFBE99
(223,190,153)
#E1C3A2
(225,195,162)
#E3C8AB
(227,200,171)
#E5CDB4
(229,205,180)
#E7D2BD
(231,210,189)
#E9D7C6
(233,215,198)
#EBDCCF
(235,220,207)
#EDE1D8
(237,225,216)
#EFE6E1
(239,230,225)
#F1EBEA
(241,235,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBE99 color. Also use rgb(223,190,153) instead hex code.

Text Font Color

.myTextColor { color: #DFBE99; }

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

This text font color is #DFBE99.

Background Color

.myBgColor { background-color: #DFBE99; }

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

This div background color is #DFBE99.

Border color

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

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

This div border color is #DFBE99.

Opacity

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

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

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

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

This text has shadow with #DFBE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBE99.

Preview

Color preview on black background

This text has color #DFBE99 on black background.


Color preview on white background

This text has color #DFBE99 on white background.


Black color preview on #DFBE99 background

This text has black color on #DFBE99 background.


White color preview on #DFBE99 background

This text has white color on #DFBE99 background.


Related colors

Complementary color

Complementary color for #hex is #204166.


I love getcolorcode.com

Triadic colors

1 #99DFBE and #BE99DF with #DFBE99 are triadic colors.

2 #99BEDF and #BEDF99 with #DFBE99 are triadic colors.