COLOR #D1A548

HEX: #D1A548
RGB: (209,165,72)

Color info

#D1A548 contains mainly red and green colors. Web safe color of #D1A548 is #CC9933 (or #C93).

RGB color model

#D1A548 color RGB value is (209,165,72).

  • red value is 209;
  • green value is 165;
  • blue value is 72.
RGB:
(209,165,72)
(82%,65%,28%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 72 of 255 = 28%

209
165
72

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

Portions of RGB colors in percentages

R + G + B =
209 + 165 + 72 = 446 (100%)
R 209 of 446 ~ 46.86%
G 165 of 446 ~ 37%
B 72 of 446 ~ 16.14%

%46.86
%37
%16.14

CMYK color model

#D1A548 color CMYK value is (0,21,66,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 65.55%
  • key color value is 18.04%
CMYK:
(0,21,66,18)
C0M21Y66K18 
(0%,21%,66%,18%)
(0.00/0.21/0.66/0.18)	

CMYK percentages

%0
%21.05
%65.55
%18.04

Codes

Color #D1A548 in popluar color models

D1A548
RGB20916572
HSL41°59.83%55.10%
HSB/HSV41°65.55%81.96%
CMYK0.00%21.05%65.55%
18.04%

Color #D1A548 in popluar number systems.

HEXD1A548
Decimal20916572
Binary11010001101001011001000
Octal321245110

Shades and tints

Shades of #D1A548

#D1A548
(209,165,72)
#BE9642
(190,150,66)
#AB873C
(171,135,60)
#987836
(152,120,54)
#856930
(133,105,48)
#725A2A
(114,90,42)
#5F4B24
(95,75,36)
#4C3C1E
(76,60,30)
#392D18
(57,45,24)
#261E12
(38,30,18)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #D1A548

#D1A548
(209,165,72)
#D5AD58
(213,173,88)
#D9B568
(217,181,104)
#DDBD78
(221,189,120)
#E1C588
(225,197,136)
#E5CD98
(229,205,152)
#E9D5A8
(233,213,168)
#EDDDB8
(237,221,184)
#F1E5C8
(241,229,200)
#F5EDD8
(245,237,216)
#F9F5E8
(249,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A548 color. Also use rgb(209,165,72) instead hex code.

Text Font Color

.myTextColor { color: #D1A548; }

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

This text font color is #D1A548.


Background Color

.myBgColor { background-color: #D1A548; }

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

This div background color is #D1A548.


Border color

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

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

This div border color is #D1A548.


Opacity

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

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

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

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

This text has shadow with #D1A548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A548 on black background.


Color preview on white background

This text has color #D1A548 on white background.



Black color preview on #D1A548 background

This text has black color on #D1A548 background.


White color preview on #D1A548 background

This text has white color on #D1A548 background.