COLOR #D8B265

HEX: #D8B265
RGB: (216,178,101)

Color info

#D8B265 contains mainly red and green colors. Web safe color of #D8B265 is #CC9966 (or #C96).

RGB color model

#D8B265 color RGB value is (216,178,101).

  • red value is 216;
  • green value is 178;
  • blue value is 101.
RGB:
(216,178,101)
(85%,70%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 178 of 255 = 70%
B 101 of 255 = 40%

216
178
101

R + G + B ~ 65%. #D8B265 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 178 + 101 = 495 (100%)
R 216 of 495 ~ 43.64%
G 178 of 495 ~ 35.96%
B 101 of 495 ~ 20.4%

%43.64
%35.96
%20.4

CMYK color model

#D8B265 color CMYK value is (0,18,53,15).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(0,18,53,15)
C0M18Y53K15 
(0%,18%,53%,15%)
(0.00/0.18/0.53/0.15)	

CMYK percentages

%0
%17.59
%53.24
%15.29

Codes

Color #D8B265 in popluar color models

D8B265
RGB216178101
HSL40°59.59%62.16%
HSB/HSV40°53.24%84.71%
CMYK0.00%17.59%53.24%
15.29%

Color #D8B265 in popluar number systems.

HEXD8B265
Decimal216178101
Binary11011000101100101100101
Octal330262145

Shades and tints

Shades of #D8B265

#D8B265
(216,178,101)
#C5A25C
(197,162,92)
#B29253
(178,146,83)
#9F824A
(159,130,74)
#8C7241
(140,114,65)
#796238
(121,98,56)
#66522F
(102,82,47)
#534226
(83,66,38)
#40321D
(64,50,29)
#2D2214
(45,34,20)
#1A120B
(26,18,11)
#000000
(0,0,0)

Tints of #D8B265

#D8B265
(216,178,101)
#DBB973
(219,185,115)
#DEC081
(222,192,129)
#E1C78F
(225,199,143)
#E4CE9D
(228,206,157)
#E7D5AB
(231,213,171)
#EADCB9
(234,220,185)
#EDE3C7
(237,227,199)
#F0EAD5
(240,234,213)
#F3F1E3
(243,241,227)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B265 color. Also use rgb(216,178,101) instead hex code.

Text Font Color

.myTextColor { color: #D8B265; }

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

This text font color is #D8B265.


Background Color

.myBgColor { background-color: #D8B265; }

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

This div background color is #D8B265.


Border color

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

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

This div border color is #D8B265.


Opacity

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

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

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

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

This text has shadow with #D8B265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B265 on black background.


Color preview on white background

This text has color #D8B265 on white background.



Black color preview on #D8B265 background

This text has black color on #D8B265 background.


White color preview on #D8B265 background

This text has white color on #D8B265 background.