COLOR #D28A69

HEX: #D28A69
RGB: (210,138,105)

Color info

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

RGB color model

#D28A69 color RGB value is (210,138,105).

  • red value is 210;
  • green value is 138;
  • blue value is 105.
RGB:
(210,138,105)
(82%,54%,41%)

RGB channels and saturation

R 210 of 255 = 82%
G 138 of 255 = 54%
B 105 of 255 = 41%

210
138
105

R + G + B ~ 59%. #D28A69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 105 = 453 (100%)
R 210 of 453 ~ 46.36%
G 138 of 453 ~ 30.46%
B 105 of 453 ~ 23.18%

%46.36
%30.46
%23.18

CMYK color model

#D28A69 color CMYK value is (0,34,50,18).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 50.00%
  • key color value is 17.65%
CMYK:
(0,34,50,18)
C0M34Y50K18 
(0%,34%,50%,18%)
(0.00/0.34/0.50/0.18)	

CMYK percentages

%0
%34.29
%50
%17.65

Codes

Color #D28A69 in popluar color models

D28A69
RGB210138105
HSL19°53.85%61.76%
HSB/HSV19°50.00%82.35%
CMYK0.00%34.29%50.00%
17.65%

Color #D28A69 in popluar number systems.

HEXD28A69
Decimal210138105
Binary11010010100010101101001
Octal322212151

Shades and tints

Shades of #D28A69

#D28A69
(210,138,105)
#BF7E60
(191,126,96)
#AC7257
(172,114,87)
#99664E
(153,102,78)
#865A45
(134,90,69)
#734E3C
(115,78,60)
#604233
(96,66,51)
#4D362A
(77,54,42)
#3A2A21
(58,42,33)
#271E18
(39,30,24)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #D28A69

#D28A69
(210,138,105)
#D69476
(214,148,118)
#DA9E83
(218,158,131)
#DEA890
(222,168,144)
#E2B29D
(226,178,157)
#E6BCAA
(230,188,170)
#EAC6B7
(234,198,183)
#EED0C4
(238,208,196)
#F2DAD1
(242,218,209)
#F6E4DE
(246,228,222)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28A69 color. Also use rgb(210,138,105) instead hex code.

Text Font Color

.myTextColor { color: #D28A69; }

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

This text font color is #D28A69.


Background Color

.myBgColor { background-color: #D28A69; }

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

This div background color is #D28A69.


Border color

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

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

This div border color is #D28A69.


Opacity

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

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

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

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

This text has shadow with #D28A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28A69 on black background.


Color preview on white background

This text has color #D28A69 on white background.



Black color preview on #D28A69 background

This text has black color on #D28A69 background.


White color preview on #D28A69 background

This text has white color on #D28A69 background.