Color Hex Logo

#dbd83f Color Hex

#DBD83F
(219,216,63)
0 Favorites   0 Comments

Color spaces of #dbd83f

RGB 21921663
HSL0.160.680.55
HSV59°71°86°
CMYK 0.000.010.71   0.14
XYZ54.666564.530714.2771
Yxy64.53070.40960.4835
Hunter Lab80.3310-19.107245.6942
CIE-Lab84.2413-16.262171.2229

#dbd83f color RGB value is (219,216,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00111111
Octal 333 330 77
Decimal 219 216 63
Hex DB D8 3F

RGB Percentages of Color #dbd83f

%43.98
%43.37
%12.65

CMYK Percentages of Color #dbd83f

%0
%1
%71
%14

Triadic Colors of #dbd83f

#dbd83f #3fdbd8 #d83fdb

Analogous Colors of #dbd83f

#dbd83f #90db3f #db8a3f

Monochromatic Colors of #dbd83f

#dbd83f

Complementary Color

#dbd83f #3f42db

#dbd83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd83f Color CSS Codes

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

#dbd83f Text Font Color

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

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


#dbd83f Background Color

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

This div background color is #dbd83f


#dbd83f Border Color

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

This div border color is #dbd83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd83f


Comments

No comments written yet.

Please login to write comment.