Color Hex Logo

#dbc510 Color Hex

#DBC510
(219,197,16)
0 Favorites   0 Comments

Color spaces of #dbc510

RGB 21919716
HSL0.150.860.46
HSV53°93°86°
CMYK 0.000.100.93   0.14
XYZ49.273255.03008.5151
Yxy55.03000.43670.4878
Hunter Lab74.1822-11.255845.1219
CIE-Lab79.0585-8.073178.3664

#dbc510 color RGB value is (219,197,16).

#dbc510 hex color red value is 219, green value is 197 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dbc510 hue: 0.15 , saturation: 0.86 and the lightness value of dbc510 is 0.46.

The process color (four color CMYK) of #dbc510 color hex is 0.00, 0.10, 0.93, 0.14. Web safe color of #dbc510 is #cccc00. Color #dbc510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00010000
Octal 333 305 20
Decimal 219 197 16
Hex DB C5 10

RGB Percentages of Color #dbc510

%50.69
%45.60
%3.70

CMYK Percentages of Color #dbc510

%0
%10
%93
%14

Triadic Colors of #dbc510

#dbc510 #10dbc5 #c510db

Analogous Colors of #dbc510

#dbc510 #8cdb10 #db6010

Monochromatic Colors of #dbc510

#dbc510

Complementary Color

#dbc510 #1026db

#dbc510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc510 Color CSS Codes

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

#dbc510 Text Font Color

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

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


#dbc510 Background Color

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

This div background color is #dbc510


#dbc510 Border Color

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

This div border color is #dbc510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc510


Comments

No comments written yet.

Please login to write comment.