COLOR #DDA792

HEX: #DDA792
RGB: (221,167,146)

Color info

#DDA792 contains mainly red and green colors. Web safe color of #DDA792 is #CC9999 (or #C99).

RGB color model

#DDA792 color RGB value is (221,167,146).

  • red value is 221;
  • green value is 167;
  • blue value is 146.
RGB:
(221,167,146)
(87%,65%,57%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 146 of 255 = 57%

221
167
146

R + G + B ~ 70%. #DDA792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 146 = 534 (100%)
R 221 of 534 ~ 41.39%
G 167 of 534 ~ 31.27%
B 146 of 534 ~ 27.34%

%41.39
%31.27
%27.34

CMYK color model

#DDA792 color CMYK value is (0,24,34,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(0,24,34,13)
C0M24Y34K13 
(0%,24%,34%,13%)
(0.00/0.24/0.34/0.13)	

CMYK percentages

%0
%24.43
%33.94
%13.33

Codes

Color #DDA792 in popluar color models

DDA792
RGB221167146
HSL17°52.45%71.96%
HSB/HSV17°33.94%86.67%
CMYK0.00%24.43%33.94%
13.33%

Color #DDA792 in popluar number systems.

HEXDDA792
Decimal221167146
Binary110111011010011110010010
Octal335247222

Shades and tints

Shades of #DDA792

#DDA792
(221,167,146)
#C99885
(201,152,133)
#B58978
(181,137,120)
#A17A6B
(161,122,107)
#8D6B5E
(141,107,94)
#795C51
(121,92,81)
#654D44
(101,77,68)
#513E37
(81,62,55)
#3D2F2A
(61,47,42)
#29201D
(41,32,29)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #DDA792

#DDA792
(221,167,146)
#E0AF9B
(224,175,155)
#E3B7A4
(227,183,164)
#E6BFAD
(230,191,173)
#E9C7B6
(233,199,182)
#ECCFBF
(236,207,191)
#EFD7C8
(239,215,200)
#F2DFD1
(242,223,209)
#F5E7DA
(245,231,218)
#F8EFE3
(248,239,227)
#FBF7EC
(251,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA792 color. Also use rgb(221,167,146) instead hex code.

Text Font Color

.myTextColor { color: #DDA792; }

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

This text font color is #DDA792.


Background Color

.myBgColor { background-color: #DDA792; }

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

This div background color is #DDA792.


Border color

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

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

This div border color is #DDA792.


Opacity

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

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

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

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

This text has shadow with #DDA792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA792 on black background.


Color preview on white background

This text has color #DDA792 on white background.



Black color preview on #DDA792 background

This text has black color on #DDA792 background.


White color preview on #DDA792 background

This text has white color on #DDA792 background.