COLOR #D1CB63

HEX: #D1CB63 RGB: (209,203,99)

Color info

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

RGB color model

#D1CB63 color RGB value is (209,203,99).

RGB: (209,203,99) (82%, 80%, 39%)

RGB channels and saturation

R 209 of 255 = 82%
G 203 of 255 = 80%
B 99 of 255 = 39%

209
203
99

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

Portions of RGB colors in percentages

R + G + B = 209 + 203 + 99 = 511 (100%)
R 209 of 511 ~ 40.9%
G 203 of 511 ~ 39.73%
B 99 of 511 ~ 19.37'%

%40.9
%39.73
%19.37

CMYK color model

#D1CB63 color CMYK value is (0,3,53,18).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 52.63%
  • key color value is 18.04%
CMYK: (0,3,53,18) C0M3Y53K18 (0%,3%,53%,18%) (0.00/0.03/0.53/0.18) 

CMYK percentages

%0
%2.87
%52.63
%18.04

Codes

Color #D1CB63 in popluar color models

D1 CB 63
RGB 209 203 99
HSL 57° 54.46% 60.39%
HSB/HSV 57° 52.63% 81.96%
CMYK 0.00% 2.87% 52.63%
18.04%

Color #D1CB63 in popluar number systems.

HEX D1 CB 63
Decimal 209 203 99
Binary 11010001 11001011 1100011
Octal 321 313 143

Shades and tints

Shades of #D1CB63

#D1CB63
(209,203,99)
#BEB95A
(190,185,90)
#ABA751
(171,167,81)
#989548
(152,149,72)
#85833F
(133,131,63)
#727136
(114,113,54)
#5F5F2D
(95,95,45)
#4C4D24
(76,77,36)
#393B1B
(57,59,27)
#262912
(38,41,18)
#131709
(19,23,9)
#000000
(0,0,0)

Tints of #D1CB63

#D1CB63
(209,203,99)
#D5CF71
(213,207,113)
#D9D37F
(217,211,127)
#DDD78D
(221,215,141)
#E1DB9B
(225,219,155)
#E5DFA9
(229,223,169)
#E9E3B7
(233,227,183)
#EDE7C5
(237,231,197)
#F1EBD3
(241,235,211)
#F5EFE1
(245,239,225)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CB63 color. Also use rgb(209,203,99) instead hex code.

Text Font Color

.myTextColor { color: #D1CB63; }

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

This text font color is #D1CB63.

Background Color

.myBgColor { background-color: #D1CB63; }

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

This div background color is #D1CB63.

Border color

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

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

This div border color is #D1CB63.

Opacity

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

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

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

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

This text has shadow with #D1CB63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CB63.

Preview

Color preview on black background

This text has color #D1CB63 on black background.


Color preview on white background

This text has color #D1CB63 on white background.


Black color preview on #D1CB63 background

This text has black color on #D1CB63 background.


White color preview on #D1CB63 background

This text has white color on #D1CB63 background.


Related colors

Complementary color

Complementary color for #hex is #2E349C.


I love getcolorcode.com

Triadic colors

1 #63D1CB and #CB63D1 with #D1CB63 are triadic colors.

2 #63CBD1 and #CBD163 with #D1CB63 are triadic colors.