Color Hex Logo

#dbc476 Color Hex

#DBC476
(219,196,118)
0 Favorites   0 Comments

Color spaces of #dbc476

RGB 219196118
HSL0.130.580.66
HSV46°46°86°
CMYK 0.000.110.46   0.14
XYZ52.223455.847925.1668
Yxy55.84790.39200.4192
Hunter Lab74.7315-6.041732.3453
CIE-Lab79.5272-2.231541.9621

#dbc476 color RGB value is (219,196,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01110110
Octal 333 304 166
Decimal 219 196 118
Hex DB C4 76

RGB Percentages of Color #dbc476

%41.09
%36.77
%22.14

CMYK Percentages of Color #dbc476

%0
%11
%46
%14

Triadic Colors of #dbc476

#dbc476 #76dbc4 #c476db

Analogous Colors of #dbc476

#dbc476 #c0db76 #db9276

Monochromatic Colors of #dbc476

#dbc476

Complementary Color

#dbc476 #768ddb

#dbc476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc476 Color CSS Codes

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

#dbc476 Text Font Color

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

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


#dbc476 Background Color

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

This div background color is #dbc476


#dbc476 Border Color

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

This div border color is #dbc476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc476


Comments

No comments written yet.

Please login to write comment.