Color Hex Logo

#dbd40d Color Hex

#DBD40D
(219,212,13)
0 Favorites   0 Comments

Color spaces of #dbd40d

RGB 21921213
HSL0.160.890.45
HSV58°94°86°
CMYK 0.000.030.94   0.14
XYZ52.829562.17619.5975
Yxy62.17610.42400.4990
Hunter Lab78.8518-18.398547.9798
CIE-Lab83.0070-15.652481.6936

#dbd40d color RGB value is (219,212,13).

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

The process color (four color CMYK) of #dbd40d color hex is 0.00, 0.03, 0.94, 0.14. Web safe color of #dbd40d is #cccc00. Color #dbd40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 00001101
Octal 333 324 15
Decimal 219 212 13
Hex DB D4 D

RGB Percentages of Color #dbd40d

%49.32
%47.75
%2.93

CMYK Percentages of Color #dbd40d

%0
%3
%94
%14

Triadic Colors of #dbd40d

#dbd40d #0ddbd4 #d40ddb

Analogous Colors of #dbd40d

#dbd40d #7bdb0d #db6d0d

Monochromatic Colors of #dbd40d

#dbd40d

Complementary Color

#dbd40d #0d14db

#dbd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd40d Color CSS Codes

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

#dbd40d Text Font Color

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

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


#dbd40d Background Color

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

This div background color is #dbd40d


#dbd40d Border Color

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

This div border color is #dbd40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd40d


Comments

No comments written yet.

Please login to write comment.