Color Hex Logo

#dbc718 Color Hex

#DBC718
(219,199,24)
0 Favorites   0 Comments

Color spaces of #dbc718

RGB 21919924
HSL0.150.800.48
HSV54°89°86°
CMYK 0.000.090.89   0.14
XYZ49.801755.97299.0432
Yxy55.97290.43370.4875
Hunter Lab74.8150-12.105245.2039
CIE-Lab79.5984-8.969077.5644

#dbc718 color RGB value is (219,199,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00011000
Octal 333 307 30
Decimal 219 199 24
Hex DB C7 18

RGB Percentages of Color #dbc718

%49.55
%45.02
%5.43

CMYK Percentages of Color #dbc718

%0
%9
%89
%14

Triadic Colors of #dbc718

#dbc718 #18dbc7 #c718db

Analogous Colors of #dbc718

#dbc718 #8edb18 #db6618

Monochromatic Colors of #dbc718

#dbc718

Complementary Color

#dbc718 #182cdb

#dbc718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc718 Color CSS Codes

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

#dbc718 Text Font Color

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

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


#dbc718 Background Color

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

This div background color is #dbc718


#dbc718 Border Color

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

This div border color is #dbc718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc718


Comments

No comments written yet.

Please login to write comment.