COLOR #D4B092

HEX: #D4B092 RGB: (212,176,146)

Color info

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

RGB color model

#D4B092 color RGB value is (212,176,146).

RGB: (212,176,146) (83%, 69%, 57%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 146 of 255 = 57%

212
176
146

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

Portions of RGB colors in percentages

R + G + B = 212 + 176 + 146 = 534 (100%)
R 212 of 534 ~ 39.7%
G 176 of 534 ~ 32.96%
B 146 of 534 ~ 27.34'%

%39.7
%32.96
%27.34

CMYK color model

#D4B092 color CMYK value is (0,17,31,17).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 31.13%
  • key color value is 16.86%

CMYK: (0,17,31,17)
C0M17Y31K17 (0%, 17%, 31%, 17%)
(0.00 / 0.17 / 0.31 / 0.17)

CMYK percentages

%0
%16.98
%31.13
%16.86

Codes

Color #D4B092 in popluar color models

D4 B0 92
RGB 212 176 146
HSL 27° 43.42% 70.20%
HSB/HSV 27° 31.13% 83.14%
CMYK 0.00% 16.98% 31.13%
16.86%

Color #D4B092 in popluar number systems.

HEX D4 B0 92
Decimal 212 176 146
Binary 11010100 10110000 10010010
Octal 324 260 222

Shades and tints

Shades of #D4B092

#D4B092
(212,176,146)
#C1A085
(193,160,133)
#AE9078
(174,144,120)
#9B806B
(155,128,107)
#88705E
(136,112,94)
#756051
(117,96,81)
#625044
(98,80,68)
#4F4037
(79,64,55)
#3C302A
(60,48,42)
#29201D
(41,32,29)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #D4B092

#D4B092
(212,176,146)
#D7B79B
(215,183,155)
#DABEA4
(218,190,164)
#DDC5AD
(221,197,173)
#E0CCB6
(224,204,182)
#E3D3BF
(227,211,191)
#E6DAC8
(230,218,200)
#E9E1D1
(233,225,209)
#ECE8DA
(236,232,218)
#EFEFE3
(239,239,227)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B092 color. Also use rgb(212,176,146) instead hex code.

Text Font Color

.myTextColor { color: #D4B092; }

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

This text font color is #D4B092.

Background Color

.myBgColor { background-color: #D4B092; }

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

This div background color is #D4B092.

Border color

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

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

This div border color is #D4B092.

Opacity

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

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

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

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

This text has shadow with #D4B092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B092.

Preview

Color preview on black background

This text has color #D4B092 on black background.


Color preview on white background

This text has color #D4B092 on white background.


Black color preview on #D4B092 background

This text has black color on #D4B092 background.


White color preview on #D4B092 background

This text has white color on #D4B092 background.


Related colors

Complementary color

Complementary color for #hex is #2B4F6D.


I love getcolorcode.com

Triadic colors

1 #92D4B0 and #B092D4 with #D4B092 are triadic colors.

2 #92B0D4 and #B0D492 with #D4B092 are triadic colors.