Color Hex Logo

#dbd13f Color Hex

#DBD13F
(219,209,63)
0 Favorites   0 Comments

Color spaces of #dbd13f

RGB 21920963
HSL0.160.680.55
HSV56°71°86°
CMYK 0.000.050.71   0.14
XYZ52.911161.019913.6919
Yxy61.01990.41460.4781
Hunter Lab78.1152-15.795344.2884
CIE-Lab82.3894-12.779169.4377

#dbd13f color RGB value is (219,209,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00111111
Octal 333 321 77
Decimal 219 209 63
Hex DB D1 3F

RGB Percentages of Color #dbd13f

%44.60
%42.57
%12.83

CMYK Percentages of Color #dbd13f

%0
%5
%71
%14

Triadic Colors of #dbd13f

#dbd13f #3fdbd1 #d13fdb

Analogous Colors of #dbd13f

#dbd13f #97db3f #db833f

Monochromatic Colors of #dbd13f

#dbd13f

Complementary Color

#dbd13f #3f49db

#dbd13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd13f Color CSS Codes

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

#dbd13f Text Font Color

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

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


#dbd13f Background Color

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

This div background color is #dbd13f


#dbd13f Border Color

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

This div border color is #dbd13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd13f


Comments

No comments written yet.

Please login to write comment.