COLOR #DBB475

HEX: #DBB475 RGB: (219,180,117)

Color info

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

RGB color model

#DBB475 color RGB value is (219,180,117).

RGB: (219,180,117) (86%, 71%, 46%)

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 117 of 255 = 46%

219
180
117

R + G + B ~ 68%. #DBB475 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 180 + 117 = 516 (100%)
R 219 of 516 ~ 42.44%
G 180 of 516 ~ 34.88%
B 117 of 516 ~ 22.67'%

%42.44
%34.88
%22.67

CMYK color model

#DBB475 color CMYK value is (0,18,47,14).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 46.58%
  • key color value is 14.12%

CMYK: (0,18,47,14)
C0M18Y47K14 (0%, 18%, 47%, 14%)
(0.00 / 0.18 / 0.47 / 0.14)

CMYK percentages

%0
%17.81
%46.58
%14.12

Codes

Color #DBB475 in popluar color models

DB B4 75
RGB 219 180 117
HSL 37° 58.62% 65.88%
HSB/HSV 37° 46.58% 85.88%
CMYK 0.00% 17.81% 46.58%
14.12%

Color #DBB475 in popluar number systems.

HEX DB B4 75
Decimal 219 180 117
Binary 11011011 10110100 1110101
Octal 333 264 165

Shades and tints

Shades of #DBB475

#DBB475
(219,180,117)
#C8A46B
(200,164,107)
#B59461
(181,148,97)
#A28457
(162,132,87)
#8F744D
(143,116,77)
#7C6443
(124,100,67)
#695439
(105,84,57)
#56442F
(86,68,47)
#433425
(67,52,37)
#30241B
(48,36,27)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #DBB475

#DBB475
(219,180,117)
#DEBA81
(222,186,129)
#E1C08D
(225,192,141)
#E4C699
(228,198,153)
#E7CCA5
(231,204,165)
#EAD2B1
(234,210,177)
#EDD8BD
(237,216,189)
#F0DEC9
(240,222,201)
#F3E4D5
(243,228,213)
#F6EAE1
(246,234,225)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB475 color. Also use rgb(219,180,117) instead hex code.

Text Font Color

.myTextColor { color: #DBB475; }

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

This text font color is #DBB475.

Background Color

.myBgColor { background-color: #DBB475; }

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

This div background color is #DBB475.

Border color

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

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

This div border color is #DBB475.

Opacity

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

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

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

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

This text has shadow with #DBB475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB475.

Preview

Color preview on black background

This text has color #DBB475 on black background.


Color preview on white background

This text has color #DBB475 on white background.


Black color preview on #DBB475 background

This text has black color on #DBB475 background.


White color preview on #DBB475 background

This text has white color on #DBB475 background.


Related colors

Complementary color

Complementary color for #hex is #244B8A.


I love getcolorcode.com

Triadic colors

1 #75DBB4 and #B475DB with #DBB475 are triadic colors.

2 #75B4DB and #B4DB75 with #DBB475 are triadic colors.