Color Hex Logo

#dbc275 Color Hex

#DBC275
(219,194,117)
0 Favorites   0 Comments

Color spaces of #dbc275

RGB 219194117
HSL0.130.590.66
HSV45°47°86°
CMYK 0.000.110.47   0.14
XYZ51.716154.928024.7061
Yxy54.92800.39370.4182
Hunter Lab74.1134-5.141832.1148
CIE-Lab78.9998-1.288641.8063

#dbc275 color RGB value is (219,194,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01110101
Octal 333 302 165
Decimal 219 194 117
Hex DB C2 75

RGB Percentages of Color #dbc275

%41.32
%36.60
%22.08

CMYK Percentages of Color #dbc275

%0
%11
%47
%14

Triadic Colors of #dbc275

#dbc275 #75dbc2 #c275db

Analogous Colors of #dbc275

#dbc275 #c1db75 #db8f75

Monochromatic Colors of #dbc275

#dbc275

Complementary Color

#dbc275 #758edb

#dbc275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc275 Color CSS Codes

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

#dbc275 Text Font Color

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

This sample text font color is #dbc275
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.


#dbc275 Background Color

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

This div background color is #dbc275


#dbc275 Border Color

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

This div border color is #dbc275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,194,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 #dbc275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc275


Comments

No comments written yet.

Please login to write comment.