Color Hex Logo

#dbd60d Color Hex

#DBD60D
(219,214,13)
1 Favorites   0 Comments

Color spaces of #dbd60d

RGB 21921413
HSL0.160.890.45
HSV59°94°86°
CMYK 0.000.020.94   0.14
XYZ53.332663.18239.7652
Yxy63.18230.42230.5003
Hunter Lab79.4873-19.336848.3572
CIE-Lab83.5382-16.641382.0941

#dbd60d color RGB value is (219,214,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00001101
Octal 333 326 15
Decimal 219 214 13
Hex DB D6 D

RGB Percentages of Color #dbd60d

%49.10
%47.98
%2.91

CMYK Percentages of Color #dbd60d

%0
%2
%94
%14

Triadic Colors of #dbd60d

#dbd60d #0ddbd6 #d60ddb

Analogous Colors of #dbd60d

#dbd60d #79db0d #db6f0d

Monochromatic Colors of #dbd60d

#dbd60d

Complementary Color

#dbd60d #0d12db

#dbd60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd60d Color CSS Codes

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

#dbd60d Text Font Color

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

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


#dbd60d Background Color

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

This div background color is #dbd60d


#dbd60d Border Color

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

This div border color is #dbd60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd60d


Comments

No comments written yet.

Please login to write comment.