COLOR #D59078

HEX: #D59078 RGB: (213,144,120)

Color info

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

RGB color model

#D59078 color RGB value is (213,144,120).

RGB: (213,144,120) (84%, 56%, 47%)

RGB channels and saturation

R 213 of 255 = 84%
G 144 of 255 = 56%
B 120 of 255 = 47%

213
144
120

R + G + B ~ 62%. #D59078 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 144 + 120 = 477 (100%)
R 213 of 477 ~ 44.65%
G 144 of 477 ~ 30.19%
B 120 of 477 ~ 25.16'%

%44.65
%30.19
%25.16

CMYK color model

#D59078 color CMYK value is (0,32,44,16).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 43.66%
  • key color value is 16.47%

CMYK: (0,32,44,16)
C0M32Y44K16 (0%, 32%, 44%, 16%)
(0.00 / 0.32 / 0.44 / 0.16)

CMYK percentages

%0
%32.39
%43.66
%16.47

Codes

Color #D59078 in popluar color models

D5 90 78
RGB 213 144 120
HSL 15° 52.54% 65.29%
HSB/HSV 15° 43.66% 83.53%
CMYK 0.00% 32.39% 43.66%
16.47%

Color #D59078 in popluar number systems.

HEX D5 90 78
Decimal 213 144 120
Binary 11010101 10010000 1111000
Octal 325 220 170

Shades and tints

Shades of #D59078

#D59078
(213,144,120)
#C2836E
(194,131,110)
#AF7664
(175,118,100)
#9C695A
(156,105,90)
#895C50
(137,92,80)
#764F46
(118,79,70)
#63423C
(99,66,60)
#503532
(80,53,50)
#3D2828
(61,40,40)
#2A1B1E
(42,27,30)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #D59078

#D59078
(213,144,120)
#D89A84
(216,154,132)
#DBA490
(219,164,144)
#DEAE9C
(222,174,156)
#E1B8A8
(225,184,168)
#E4C2B4
(228,194,180)
#E7CCC0
(231,204,192)
#EAD6CC
(234,214,204)
#EDE0D8
(237,224,216)
#F0EAE4
(240,234,228)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59078 color. Also use rgb(213,144,120) instead hex code.

Text Font Color

.myTextColor { color: #D59078; }

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

This text font color is #D59078.

Background Color

.myBgColor { background-color: #D59078; }

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

This div background color is #D59078.

Border color

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

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

This div border color is #D59078.

Opacity

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

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

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

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

This text has shadow with #D59078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59078.

Preview

Color preview on black background

This text has color #D59078 on black background.


Color preview on white background

This text has color #D59078 on white background.


Black color preview on #D59078 background

This text has black color on #D59078 background.


White color preview on #D59078 background

This text has white color on #D59078 background.


Related colors

Complementary color

Complementary color for #hex is #2A6F87.


I love getcolorcode.com

Triadic colors

1 #78D590 and #9078D5 with #D59078 are triadic colors.

2 #7890D5 and #90D578 with #D59078 are triadic colors.