Color Hex Logo

#dbc775 Color Hex

#DBC775
(219,199,117)
0 Favorites   0 Comments

Color spaces of #dbc775

RGB 219199117
HSL0.130.590.66
HSV48°47°86°
CMYK 0.000.090.47   0.14
XYZ52.847757.191325.0833
Yxy57.19130.39110.4233
Hunter Lab75.6249-7.605533.2721
CIE-Lab80.2871-3.881543.4081

#dbc775 color RGB value is (219,199,117).

#dbc775 hex color red value is 219, green value is 199 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dbc775 hue: 0.13 , saturation: 0.59 and the lightness value of dbc775 is 0.66.

The process color (four color CMYK) of #dbc775 color hex is 0.00, 0.09, 0.47, 0.14. Web safe color of #dbc775 is #cccc66. Color #dbc775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01110101
Octal 333 307 165
Decimal 219 199 117
Hex DB C7 75

RGB Percentages of Color #dbc775

%40.93
%37.20
%21.87

CMYK Percentages of Color #dbc775

%0
%9
%47
%14

Triadic Colors of #dbc775

#dbc775 #75dbc7 #c775db

Analogous Colors of #dbc775

#dbc775 #bcdb75 #db9475

Monochromatic Colors of #dbc775

#dbc775

Complementary Color

#dbc775 #7589db

#dbc775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc775 Color CSS Codes

.mybgcolor {background-color:#dbc775; } 
.myforecolor {color:#dbc775; }
.mybordercolor {border:3px solid #dbc775; }

#dbc775 Text Font Color

<p style="color:#dbc775">Text here</p>

This sample text font color is #dbc775
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc775 Background Color

<div style="background-color:#dbc775">
Div content here</div>

This div background color is #dbc775


#dbc775 Border Color

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

This div border color is #dbc775


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,199,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc775; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc775;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc775;
  box-shadow:         1px 1px 3px 2px #dbc775; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc775">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc775;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc775;
  box-shadow:         1px 1px 3px 2px #dbc775;">
Div content here</div>

This div box has shadow with color #dbc775


Comments

No comments written yet.

Please login to write comment.