Color Hex Logo

#dbdb3f Color Hex

#DBDB3F
(219,219,63)
0 Favorites   0 Comments

Color spaces of #dbdb3f

RGB 21921963
HSL0.170.680.55
HSV60°71°86°
CMYK 0.000.000.71   0.14
XYZ55.442166.082014.5356
Yxy66.08200.40750.4857
Hunter Lab81.2908-20.518146.3020
CIE-Lab85.0382-17.739871.9874

#dbdb3f color RGB value is (219,219,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 00111111
Octal 333 333 77
Decimal 219 219 63
Hex DB DB 3F

RGB Percentages of Color #dbdb3f

%43.71
%43.71
%12.57

CMYK Percentages of Color #dbdb3f

%0
%0
%71
%14

Triadic Colors of #dbdb3f

#dbdb3f #3fdbdb #db3fdb

Analogous Colors of #dbdb3f

#dbdb3f #8ddb3f #db8d3f

Monochromatic Colors of #dbdb3f

#dbdb3f

Complementary Color

#dbdb3f #3f3fdb

#dbdb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb3f Color CSS Codes

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

#dbdb3f Text Font Color

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

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


#dbdb3f Background Color

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

This div background color is #dbdb3f


#dbdb3f Border Color

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

This div border color is #dbdb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb3f


Comments

No comments written yet.

Please login to write comment.