COLOR #D3B63D

HEX: #D3B63D RGB: (211,182,61)

Color info

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

RGB color model

#D3B63D color RGB value is (211,182,61).

RGB: (211,182,61) (83%, 71%, 24%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 61 of 255 = 24%

211
182
61

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

Portions of RGB colors in percentages

R + G + B = 211 + 182 + 61 = 454 (100%)
R 211 of 454 ~ 46.48%
G 182 of 454 ~ 40.09%
B 61 of 454 ~ 13.44'%

%46.48
%40.09
%13.44

CMYK color model

#D3B63D color CMYK value is (0,14,71,17).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 71.09%
  • key color value is 17.25%

CMYK: (0,14,71,17)
C0M14Y71K17 (0%, 14%, 71%, 17%)
(0.00 / 0.14 / 0.71 / 0.17)

CMYK percentages

%0
%13.74
%71.09
%17.25

Codes

Color #D3B63D in popluar color models

D3 B6 3D
RGB 211 182 61
HSL 48° 63.03% 53.33%
HSB/HSV 48° 71.09% 82.75%
CMYK 0.00% 13.74% 71.09%
17.25%

Color #D3B63D in popluar number systems.

HEX D3 B6 3D
Decimal 211 182 61
Binary 11010011 10110110 111101
Octal 323 266 75

Shades and tints

Shades of #D3B63D

#D3B63D
(211,182,61)
#C0A638
(192,166,56)
#AD9633
(173,150,51)
#9A862E
(154,134,46)
#877629
(135,118,41)
#746624
(116,102,36)
#61561F
(97,86,31)
#4E461A
(78,70,26)
#3B3615
(59,54,21)
#282610
(40,38,16)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #D3B63D

#D3B63D
(211,182,61)
#D7BC4E
(215,188,78)
#DBC25F
(219,194,95)
#DFC870
(223,200,112)
#E3CE81
(227,206,129)
#E7D492
(231,212,146)
#EBDAA3
(235,218,163)
#EFE0B4
(239,224,180)
#F3E6C5
(243,230,197)
#F7ECD6
(247,236,214)
#FBF2E7
(251,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B63D color. Also use rgb(211,182,61) instead hex code.

Text Font Color

.myTextColor { color: #D3B63D; }

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

This text font color is #D3B63D.

Background Color

.myBgColor { background-color: #D3B63D; }

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

This div background color is #D3B63D.

Border color

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

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

This div border color is #D3B63D.

Opacity

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

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

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

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

This text has shadow with #D3B63D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B63D.

Preview

Color preview on black background

This text has color #D3B63D on black background.


Color preview on white background

This text has color #D3B63D on white background.


Black color preview on #D3B63D background

This text has black color on #D3B63D background.


White color preview on #D3B63D background

This text has white color on #D3B63D background.


Related colors

Complementary color

Complementary color for #hex is #2C49C2.


I love getcolorcode.com

Triadic colors

1 #3DD3B6 and #B63DD3 with #D3B63D are triadic colors.

2 #3DB6D3 and #B6D33D with #D3B63D are triadic colors.