COLOR #D3CA63

HEX: #D3CA63 RGB: (211,202,99)

Color info

#D3CA63 contains mainly red and green colors. Web safe color of #D3CA63 is #CCCC66 (or #CC6).

RGB color model

#D3CA63 color RGB value is (211,202,99).

RGB: (211,202,99) (83%, 79%, 39%)

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 99 of 255 = 39%

211
202
99

R + G + B ~ 67%. #D3CA63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 202 + 99 = 512 (100%)
R 211 of 512 ~ 41.21%
G 202 of 512 ~ 39.45%
B 99 of 512 ~ 19.34'%

%41.21
%39.45
%19.34

CMYK color model

#D3CA63 color CMYK value is (0,4,53,17).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 53.08%
  • key color value is 17.25%

CMYK: (0,4,53,17)
C0M4Y53K17 (0%, 4%, 53%, 17%)
(0.00 / 0.04 / 0.53 / 0.17)

CMYK percentages

%0
%4.27
%53.08
%17.25

Codes

Color #D3CA63 in popluar color models

D3 CA 63
RGB 211 202 99
HSL 55° 56.00% 60.78%
HSB/HSV 55° 53.08% 82.75%
CMYK 0.00% 4.27% 53.08%
17.25%

Color #D3CA63 in popluar number systems.

HEX D3 CA 63
Decimal 211 202 99
Binary 11010011 11001010 1100011
Octal 323 312 143

Shades and tints

Shades of #D3CA63

#D3CA63
(211,202,99)
#C0B85A
(192,184,90)
#ADA651
(173,166,81)
#9A9448
(154,148,72)
#87823F
(135,130,63)
#747036
(116,112,54)
#615E2D
(97,94,45)
#4E4C24
(78,76,36)
#3B3A1B
(59,58,27)
#282812
(40,40,18)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #D3CA63

#D3CA63
(211,202,99)
#D7CE71
(215,206,113)
#DBD27F
(219,210,127)
#DFD68D
(223,214,141)
#E3DA9B
(227,218,155)
#E7DEA9
(231,222,169)
#EBE2B7
(235,226,183)
#EFE6C5
(239,230,197)
#F3EAD3
(243,234,211)
#F7EEE1
(247,238,225)
#FBF2EF
(251,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CA63 color. Also use rgb(211,202,99) instead hex code.

Text Font Color

.myTextColor { color: #D3CA63; }

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

This text font color is #D3CA63.

Background Color

.myBgColor { background-color: #D3CA63; }

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

This div background color is #D3CA63.

Border color

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

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

This div border color is #D3CA63.

Opacity

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

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

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

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

This text has shadow with #D3CA63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CA63.

Preview

Color preview on black background

This text has color #D3CA63 on black background.


Color preview on white background

This text has color #D3CA63 on white background.


Black color preview on #D3CA63 background

This text has black color on #D3CA63 background.


White color preview on #D3CA63 background

This text has white color on #D3CA63 background.


Related colors

Complementary color

Complementary color for #hex is #2C359C.


I love getcolorcode.com

Triadic colors

1 #63D3CA and #CA63D3 with #D3CA63 are triadic colors.

2 #63CAD3 and #CAD363 with #D3CA63 are triadic colors.