Color Hex Logo

#dbd56d Color Hex

#DBD56D
(219,213,109)
0 Favorites   0 Comments

Color spaces of #dbd56d

RGB 219213109
HSL0.160.600.64
HSV57°50°86°
CMYK 0.000.030.50   0.14
XYZ55.768063.752723.8342
Yxy63.75270.38900.4447
Hunter Lab79.8453-15.055838.1934
CIE-Lab83.8368-11.744451.5983

#dbd56d color RGB value is (219,213,109).

#dbd56d hex color red value is 219, green value is 213 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dbd56d hue: 0.16 , saturation: 0.60 and the lightness value of dbd56d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01101101
Octal 333 325 155
Decimal 219 213 109
Hex DB D5 6D

RGB Percentages of Color #dbd56d

%40.48
%39.37
%20.15

CMYK Percentages of Color #dbd56d

%0
%3
%50
%14

Triadic Colors of #dbd56d

#dbd56d #6ddbd5 #d56ddb

Analogous Colors of #dbd56d

#dbd56d #aadb6d #db9e6d

Monochromatic Colors of #dbd56d

#dbd56d

Complementary Color

#dbd56d #6d73db

#dbd56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd56d Color CSS Codes

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

#dbd56d Text Font Color

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

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


#dbd56d Background Color

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

This div background color is #dbd56d


#dbd56d Border Color

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

This div border color is #dbd56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd56d


Comments

No comments written yet.

Please login to write comment.