Color Hex Logo

#dbc316 Color Hex

#DBC316
(219,195,22)
0 Favorites   0 Comments

Color spaces of #dbc316

RGB 21919522
HSL0.150.820.47
HSV53°90°86°
CMYK 0.000.110.90   0.14
XYZ48.873354.14828.6348
Yxy54.14820.43770.4850
Hunter Lab73.5855-10.220144.5525
CIE-Lab78.5481-6.962377.0874

#dbc316 color RGB value is (219,195,22).

#dbc316 hex color red value is 219, green value is 195 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dbc316 hue: 0.15 , saturation: 0.82 and the lightness value of dbc316 is 0.47.

The process color (four color CMYK) of #dbc316 color hex is 0.00, 0.11, 0.90, 0.14. Web safe color of #dbc316 is #cccc00. Color #dbc316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00010110
Octal 333 303 26
Decimal 219 195 22
Hex DB C3 16

RGB Percentages of Color #dbc316

%50.23
%44.72
%5.05

CMYK Percentages of Color #dbc316

%0
%11
%90
%14

Triadic Colors of #dbc316

#dbc316 #16dbc3 #c316db

Analogous Colors of #dbc316

#dbc316 #91db16 #db6116

Monochromatic Colors of #dbc316

#dbc316

Complementary Color

#dbc316 #162edb

#dbc316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc316 Color CSS Codes

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

#dbc316 Text Font Color

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

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


#dbc316 Background Color

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

This div background color is #dbc316


#dbc316 Border Color

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

This div border color is #dbc316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc316


Comments

No comments written yet.

Please login to write comment.