Color Hex Logo

#dbd04e Color Hex

#DBD04E
(219,208,78)
0 Favorites   0 Comments

Color spaces of #dbd04e

RGB 21920878
HSL0.150.660.58
HSV55°64°86°
CMYK 0.000.050.64   0.14
XYZ53.144460.721916.1272
Yxy60.72190.40880.4671
Hunter Lab77.9243-14.630342.2763
CIE-Lab82.2290-11.483963.5415

#dbd04e color RGB value is (219,208,78).

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

The process color (four color CMYK) of #dbd04e color hex is 0.00, 0.05, 0.64, 0.14. Web safe color of #dbd04e is #cccc66. Color #dbd04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 01001110
Octal 333 320 116
Decimal 219 208 78
Hex DB D0 4E

RGB Percentages of Color #dbd04e

%43.37
%41.19
%15.45

CMYK Percentages of Color #dbd04e

%0
%5
%64
%14

Triadic Colors of #dbd04e

#dbd04e #4edbd0 #d04edb

Analogous Colors of #dbd04e

#dbd04e #a0db4e #db8a4e

Monochromatic Colors of #dbd04e

#dbd04e

Complementary Color

#dbd04e #4e59db

#dbd04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd04e Color CSS Codes

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

#dbd04e Text Font Color

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

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


#dbd04e Background Color

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

This div background color is #dbd04e


#dbd04e Border Color

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

This div border color is #dbd04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd04e


Comments

No comments written yet.

Please login to write comment.