Color Hex Logo

#dbc716 Color Hex

#DBC716
(219,199,22)
0 Favorites   0 Comments

Color spaces of #dbc716

RGB 21919922
HSL0.150.820.47
HSV54°90°86°
CMYK 0.000.090.90   0.14
XYZ49.781755.96488.9376
Yxy55.96480.43410.4880
Hunter Lab74.8096-12.134945.2833
CIE-Lab79.5938-9.003177.8974

#dbc716 color RGB value is (219,199,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00010110
Octal 333 307 26
Decimal 219 199 22
Hex DB C7 16

RGB Percentages of Color #dbc716

%49.77
%45.23
%5.00

CMYK Percentages of Color #dbc716

%0
%9
%90
%14

Triadic Colors of #dbc716

#dbc716 #16dbc7 #c716db

Analogous Colors of #dbc716

#dbc716 #8ddb16 #db6516

Monochromatic Colors of #dbc716

#dbc716

Complementary Color

#dbc716 #162adb

#dbc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc716 Color CSS Codes

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

#dbc716 Text Font Color

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

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


#dbc716 Background Color

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

This div background color is #dbc716


#dbc716 Border Color

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

This div border color is #dbc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc716


Comments

No comments written yet.

Please login to write comment.