COLOR #D48823

HEX: #D48823
RGB: (212,136,35)

Color info

#D48823 contains mainly red color. Web safe color of #D48823 is #CC9933 (or #C93).

RGB color model

#D48823 color RGB value is (212,136,35).

  • red value is 212;
  • green value is 136;
  • blue value is 35.
RGB:
(212,136,35)
(83%,53%,14%)

RGB channels and saturation

R 212 of 255 = 83%
G 136 of 255 = 53%
B 35 of 255 = 14%

212
136
35

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

Portions of RGB colors in percentages

R + G + B =
212 + 136 + 35 = 383 (100%)
R 212 of 383 ~ 55.35%
G 136 of 383 ~ 35.51%
B 35 of 383 ~ 9.14%

%55.35
%35.51

CMYK color model

#D48823 color CMYK value is (0,36,83,17).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 83.49%
  • key color value is 16.86%
CMYK:
(0,36,83,17)
C0M36Y83K17 
(0%,36%,83%,17%)
(0.00/0.36/0.83/0.17)	

CMYK percentages

%0
%35.85
%83.49
%16.86

Codes

Color #D48823 in popluar color models

D48823
RGB21213635
HSL34°71.66%48.43%
HSB/HSV34°83.49%83.14%
CMYK0.00%35.85%83.49%
16.86%

Color #D48823 in popluar number systems.

HEXD48823
Decimal21213635
Binary1101010010001000100011
Octal32421043

Shades and tints

Shades of #D48823

#D48823
(212,136,35)
#C17C20
(193,124,32)
#AE701D
(174,112,29)
#9B641A
(155,100,26)
#885817
(136,88,23)
#754C14
(117,76,20)
#624011
(98,64,17)
#4F340E
(79,52,14)
#3C280B
(60,40,11)
#291C08
(41,28,8)
#161005
(22,16,5)
#000000
(0,0,0)

Tints of #D48823

#D48823
(212,136,35)
#D79237
(215,146,55)
#DA9C4B
(218,156,75)
#DDA65F
(221,166,95)
#E0B073
(224,176,115)
#E3BA87
(227,186,135)
#E6C49B
(230,196,155)
#E9CEAF
(233,206,175)
#ECD8C3
(236,216,195)
#EFE2D7
(239,226,215)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48823 color. Also use rgb(212,136,35) instead hex code.

Text Font Color

.myTextColor { color: #D48823; }

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

This text font color is #D48823.


Background Color

.myBgColor { background-color: #D48823; }

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

This div background color is #D48823.


Border color

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

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

This div border color is #D48823.


Opacity

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

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

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

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

This text has shadow with #D48823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48823 on black background.


Color preview on white background

This text has color #D48823 on white background.



Black color preview on #D48823 background

This text has black color on #D48823 background.


White color preview on #D48823 background

This text has white color on #D48823 background.