COLOR #DBC27C

HEX: #DBC27C RGB: (219,194,124)

Color info

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

RGB color model

#DBC27C color RGB value is (219,194,124).

RGB: (219,194,124) (86%, 76%, 49%)

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 124 of 255 = 49%

219
194
124

R + G + B ~ 70%. #DBC27C is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 194 + 124 = 537 (100%)
R 219 of 537 ~ 40.78%
G 194 of 537 ~ 36.13%
B 124 of 537 ~ 23.09'%

%40.78
%36.13
%23.09

CMYK color model

#DBC27C color CMYK value is (0,11,43,14).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 43.38%
  • key color value is 14.12%

CMYK: (0,11,43,14)
C0M11Y43K14 (0%, 11%, 43%, 14%)
(0.00 / 0.11 / 0.43 / 0.14)

CMYK percentages

%0
%11.42
%43.38
%14.12

Codes

Color #DBC27C in popluar color models

DB C2 7C
RGB 219 194 124
HSL 44° 56.89% 67.25%
HSB/HSV 44° 43.38% 85.88%
CMYK 0.00% 11.42% 43.38%
14.12%

Color #DBC27C in popluar number systems.

HEX DB C2 7C
Decimal 219 194 124
Binary 11011011 11000010 1111100
Octal 333 302 174

Shades and tints

Shades of #DBC27C

#DBC27C
(219,194,124)
#C8B171
(200,177,113)
#B5A066
(181,160,102)
#A28F5B
(162,143,91)
#8F7E50
(143,126,80)
#7C6D45
(124,109,69)
#695C3A
(105,92,58)
#564B2F
(86,75,47)
#433A24
(67,58,36)
#302919
(48,41,25)
#1D180E
(29,24,14)
#000000
(0,0,0)

Tints of #DBC27C

#DBC27C
(219,194,124)
#DEC787
(222,199,135)
#E1CC92
(225,204,146)
#E4D19D
(228,209,157)
#E7D6A8
(231,214,168)
#EADBB3
(234,219,179)
#EDE0BE
(237,224,190)
#F0E5C9
(240,229,201)
#F3EAD4
(243,234,212)
#F6EFDF
(246,239,223)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC27C color. Also use rgb(219,194,124) instead hex code.

Text Font Color

.myTextColor { color: #DBC27C; }

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

This text font color is #DBC27C.

Background Color

.myBgColor { background-color: #DBC27C; }

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

This div background color is #DBC27C.

Border color

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

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

This div border color is #DBC27C.

Opacity

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

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

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

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

This text has shadow with #DBC27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC27C.

Preview

Color preview on black background

This text has color #DBC27C on black background.


Color preview on white background

This text has color #DBC27C on white background.


Black color preview on #DBC27C background

This text has black color on #DBC27C background.


White color preview on #DBC27C background

This text has white color on #DBC27C background.


Related colors

Complementary color

Complementary color for #hex is #243D83.


I love getcolorcode.com

Triadic colors

1 #7CDBC2 and #C27CDB with #DBC27C are triadic colors.

2 #7CC2DB and #C2DB7C with #DBC27C are triadic colors.