COLOR #D69466

HEX: #D69466
RGB: (214,148,102)

Color info

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

RGB color model

#D69466 color RGB value is (214,148,102).

  • red value is 214;
  • green value is 148;
  • blue value is 102.
RGB:
(214,148,102)
(84%,58%,40%)

RGB channels and saturation

R 214 of 255 = 84%
G 148 of 255 = 58%
B 102 of 255 = 40%

214
148
102

R + G + B ~ 61%. #D69466 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 148 + 102 = 464 (100%)
R 214 of 464 ~ 46.12%
G 148 of 464 ~ 31.9%
B 102 of 464 ~ 21.98%

%46.12
%31.9
%21.98

CMYK color model

#D69466 color CMYK value is (0,31,52,16).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 52.34%
  • key color value is 16.08%
CMYK:
(0,31,52,16)
C0M31Y52K16 
(0%,31%,52%,16%)
(0.00/0.31/0.52/0.16)	

CMYK percentages

%0
%30.84
%52.34
%16.08

Codes

Color #D69466 in popluar color models

D69466
RGB214148102
HSL25°57.73%61.96%
HSB/HSV25°52.34%83.92%
CMYK0.00%30.84%52.34%
16.08%

Color #D69466 in popluar number systems.

HEXD69466
Decimal214148102
Binary11010110100101001100110
Octal326224146

Shades and tints

Shades of #D69466

#D69466
(214,148,102)
#C3875D
(195,135,93)
#B07A54
(176,122,84)
#9D6D4B
(157,109,75)
#8A6042
(138,96,66)
#775339
(119,83,57)
#644630
(100,70,48)
#513927
(81,57,39)
#3E2C1E
(62,44,30)
#2B1F15
(43,31,21)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #D69466

#D69466
(214,148,102)
#D99D73
(217,157,115)
#DCA680
(220,166,128)
#DFAF8D
(223,175,141)
#E2B89A
(226,184,154)
#E5C1A7
(229,193,167)
#E8CAB4
(232,202,180)
#EBD3C1
(235,211,193)
#EEDCCE
(238,220,206)
#F1E5DB
(241,229,219)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69466 color. Also use rgb(214,148,102) instead hex code.

Text Font Color

.myTextColor { color: #D69466; }

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

This text font color is #D69466.


Background Color

.myBgColor { background-color: #D69466; }

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

This div background color is #D69466.


Border color

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

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

This div border color is #D69466.


Opacity

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

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

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

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

This text has shadow with #D69466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69466 on black background.


Color preview on white background

This text has color #D69466 on white background.



Black color preview on #D69466 background

This text has black color on #D69466 background.


White color preview on #D69466 background

This text has white color on #D69466 background.