COLOR #D9B425

HEX: #D9B425
RGB: (217,180,37)

Color info

#D9B425 contains mainly red and green colors. Web safe color of #D9B425 is #CCCC33 (or #CC3).

RGB color model

#D9B425 color RGB value is (217,180,37).

  • red value is 217;
  • green value is 180;
  • blue value is 37.
RGB:
(217,180,37)
(85%,71%,15%)

RGB channels and saturation

R 217 of 255 = 85%
G 180 of 255 = 71%
B 37 of 255 = 15%

217
180
37

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

Portions of RGB colors in percentages

R + G + B =
217 + 180 + 37 = 434 (100%)
R 217 of 434 ~ 50%
G 180 of 434 ~ 41.47%
B 37 of 434 ~ 8.53%

%50
%41.47

CMYK color model

#D9B425 color CMYK value is (0,17,83,15).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 82.95%
  • key color value is 14.90%
CMYK:
(0,17,83,15)
C0M17Y83K15 
(0%,17%,83%,15%)
(0.00/0.17/0.83/0.15)	

CMYK percentages

%0
%17.05
%82.95
%14.9

Codes

Color #D9B425 in popluar color models

D9B425
RGB21718037
HSL48°70.87%49.80%
HSB/HSV48°82.95%85.10%
CMYK0.00%17.05%82.95%
14.90%

Color #D9B425 in popluar number systems.

HEXD9B425
Decimal21718037
Binary1101100110110100100101
Octal33126445

Shades and tints

Shades of #D9B425

#D9B425
(217,180,37)
#C6A422
(198,164,34)
#B3941F
(179,148,31)
#A0841C
(160,132,28)
#8D7419
(141,116,25)
#7A6416
(122,100,22)
#675413
(103,84,19)
#544410
(84,68,16)
#41340D
(65,52,13)
#2E240A
(46,36,10)
#1B1407
(27,20,7)
#000000
(0,0,0)

Tints of #D9B425

#D9B425
(217,180,37)
#DCBA38
(220,186,56)
#DFC04B
(223,192,75)
#E2C65E
(226,198,94)
#E5CC71
(229,204,113)
#E8D284
(232,210,132)
#EBD897
(235,216,151)
#EEDEAA
(238,222,170)
#F1E4BD
(241,228,189)
#F4EAD0
(244,234,208)
#F7F0E3
(247,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B425 color. Also use rgb(217,180,37) instead hex code.

Text Font Color

.myTextColor { color: #D9B425; }

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

This text font color is #D9B425.


Background Color

.myBgColor { background-color: #D9B425; }

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

This div background color is #D9B425.


Border color

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

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

This div border color is #D9B425.


Opacity

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

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

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

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

This text has shadow with #D9B425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B425 on black background.


Color preview on white background

This text has color #D9B425 on white background.



Black color preview on #D9B425 background

This text has black color on #D9B425 background.


White color preview on #D9B425 background

This text has white color on #D9B425 background.