Color Hex Logo

#dbc816 Color Hex

#DBC816
(219,200,22)
0 Favorites   0 Comments

Color spaces of #dbc816

RGB 21920022
HSL0.150.820.47
HSV54°90°86°
CMYK 0.000.090.90   0.14
XYZ50.012556.42659.0145
Yxy56.42650.43320.4887
Hunter Lab75.1176-12.612345.4672
CIE-Lab79.8559-9.511278.1008

#dbc816 color RGB value is (219,200,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00010110
Octal 333 310 26
Decimal 219 200 22
Hex DB C8 16

RGB Percentages of Color #dbc816

%49.66
%45.35
%4.99

CMYK Percentages of Color #dbc816

%0
%9
%90
%14

Triadic Colors of #dbc816

#dbc816 #16dbc8 #c816db

Analogous Colors of #dbc816

#dbc816 #8cdb16 #db6616

Monochromatic Colors of #dbc816

#dbc816

Complementary Color

#dbc816 #1629db

#dbc816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc816 Color CSS Codes

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

#dbc816 Text Font Color

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

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


#dbc816 Background Color

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

This div background color is #dbc816


#dbc816 Border Color

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

This div border color is #dbc816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc816


Comments

No comments written yet.

Please login to write comment.