Color Hex Logo

#dbd12f Color Hex

#DBD12F
(219,209,47)
0 Favorites   0 Comments

Color spaces of #dbd12f

RGB 21920947
HSL0.160.700.52
HSV57°79°86°
CMYK 0.000.050.79   0.14
XYZ52.527060.866211.6692
Yxy60.86620.42000.4867
Hunter Lab78.0168-16.349245.7436
CIE-Lab82.3068-13.420474.4944

#dbd12f color RGB value is (219,209,47).

#dbd12f hex color red value is 219, green value is 209 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbd12f hue: 0.16 , saturation: 0.70 and the lightness value of dbd12f is 0.52.

The process color (four color CMYK) of #dbd12f color hex is 0.00, 0.05, 0.79, 0.14. Web safe color of #dbd12f is #cccc33. Color #dbd12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00101111
Octal 333 321 57
Decimal 219 209 47
Hex DB D1 2F

RGB Percentages of Color #dbd12f

%46.11
%44.00
%9.89

CMYK Percentages of Color #dbd12f

%0
%5
%79
%14

Triadic Colors of #dbd12f

#dbd12f #2fdbd1 #d12fdb

Analogous Colors of #dbd12f

#dbd12f #8fdb2f #db7b2f

Monochromatic Colors of #dbd12f

#dbd12f

Complementary Color

#dbd12f #2f39db

#dbd12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd12f Color CSS Codes

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

#dbd12f Text Font Color

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

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


#dbd12f Background Color

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

This div background color is #dbd12f


#dbd12f Border Color

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

This div border color is #dbd12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd12f


Comments

No comments written yet.

Please login to write comment.