Color Hex Logo

#dbd476 Color Hex

#DBD476
(219,212,118)
0 Favorites   0 Comments

Color spaces of #dbd476

RGB 219212118
HSL0.160.580.66
HSV56°46°86°
CMYK 0.000.030.46   0.14
XYZ56.026963.455026.4347
Yxy63.45500.38400.4349
Hunter Lab79.6586-13.856936.0857
CIE-Lab83.6812-10.426847.0967

#dbd476 color RGB value is (219,212,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01110110
Octal 333 324 166
Decimal 219 212 118
Hex DB D4 76

RGB Percentages of Color #dbd476

%39.89
%38.62
%21.49

CMYK Percentages of Color #dbd476

%0
%3
%46
%14

Triadic Colors of #dbd476

#dbd476 #76dbd4 #d476db

Analogous Colors of #dbd476

#dbd476 #b0db76 #dba276

Monochromatic Colors of #dbd476

#dbd476

Complementary Color

#dbd476 #767ddb

#dbd476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd476 Color CSS Codes

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

#dbd476 Text Font Color

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

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


#dbd476 Background Color

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

This div background color is #dbd476


#dbd476 Border Color

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

This div border color is #dbd476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd476


Comments

No comments written yet.

Please login to write comment.