Color Hex Logo

#dbd478 Color Hex

#DBD478
(219,212,120)
0 Favorites   0 Comments

Color spaces of #dbd478

RGB 219212120
HSL0.150.580.66
HSV56°45°86°
CMYK 0.000.030.45   0.14
XYZ56.147163.503127.0674
Yxy63.50310.38270.4328
Hunter Lab79.6888-13.688135.6435
CIE-Lab83.7064-10.235746.1525

#dbd478 color RGB value is (219,212,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01111000
Octal 333 324 170
Decimal 219 212 120
Hex DB D4 78

RGB Percentages of Color #dbd478

%39.75
%38.48
%21.78

CMYK Percentages of Color #dbd478

%0
%3
%45
%14

Triadic Colors of #dbd478

#dbd478 #78dbd4 #d478db

Analogous Colors of #dbd478

#dbd478 #b1db78 #dba378

Monochromatic Colors of #dbd478

#dbd478

Complementary Color

#dbd478 #787fdb

#dbd478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd478 Color CSS Codes

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

#dbd478 Text Font Color

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

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


#dbd478 Background Color

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

This div background color is #dbd478


#dbd478 Border Color

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

This div border color is #dbd478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd478


Comments

No comments written yet.

Please login to write comment.