COLOR #D7B431

HEX: #D7B431 RGB: (215,180,49)

Color info

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

RGB color model

#D7B431 color RGB value is (215,180,49).

RGB: (215,180,49) (84%, 71%, 19%)

RGB channels and saturation

R 215 of 255 = 84%
G 180 of 255 = 71%
B 49 of 255 = 19%

215
180
49

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

Portions of RGB colors in percentages

R + G + B = 215 + 180 + 49 = 444 (100%)
R 215 of 444 ~ 48.42%
G 180 of 444 ~ 40.54%
B 49 of 444 ~ 11.04'%

%48.42
%40.54
%11.04

CMYK color model

#D7B431 color CMYK value is (0,16,77,16).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 77.21%
  • key color value is 15.69%

CMYK: (0,16,77,16)
C0M16Y77K16 (0%, 16%, 77%, 16%)
(0.00 / 0.16 / 0.77 / 0.16)

CMYK percentages

%0
%16.28
%77.21
%15.69

Codes

Color #D7B431 in popluar color models

D7 B4 31
RGB 215 180 49
HSL 47° 67.48% 51.76%
HSB/HSV 47° 77.21% 84.31%
CMYK 0.00% 16.28% 77.21%
15.69%

Color #D7B431 in popluar number systems.

HEX D7 B4 31
Decimal 215 180 49
Binary 11010111 10110100 110001
Octal 327 264 61

Shades and tints

Shades of #D7B431

#D7B431
(215,180,49)
#C4A42D
(196,164,45)
#B19429
(177,148,41)
#9E8425
(158,132,37)
#8B7421
(139,116,33)
#78641D
(120,100,29)
#655419
(101,84,25)
#524415
(82,68,21)
#3F3411
(63,52,17)
#2C240D
(44,36,13)
#191409
(25,20,9)
#000000
(0,0,0)

Tints of #D7B431

#D7B431
(215,180,49)
#DABA43
(218,186,67)
#DDC055
(221,192,85)
#E0C667
(224,198,103)
#E3CC79
(227,204,121)
#E6D28B
(230,210,139)
#E9D89D
(233,216,157)
#ECDEAF
(236,222,175)
#EFE4C1
(239,228,193)
#F2EAD3
(242,234,211)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B431 color. Also use rgb(215,180,49) instead hex code.

Text Font Color

.myTextColor { color: #D7B431; }

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

This text font color is #D7B431.

Background Color

.myBgColor { background-color: #D7B431; }

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

This div background color is #D7B431.

Border color

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

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

This div border color is #D7B431.

Opacity

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

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

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

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

This text has shadow with #D7B431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B431.

Preview

Color preview on black background

This text has color #D7B431 on black background.


Color preview on white background

This text has color #D7B431 on white background.


Black color preview on #D7B431 background

This text has black color on #D7B431 background.


White color preview on #D7B431 background

This text has white color on #D7B431 background.


Related colors

Complementary color

Complementary color for #hex is #284BCE.


I love getcolorcode.com

Triadic colors

1 #31D7B4 and #B431D7 with #D7B431 are triadic colors.

2 #31B4D7 and #B4D731 with #D7B431 are triadic colors.