Color Hex Logo

#dcb518 Color Hex

#DCB518
(220,181,24)
0 Favorites   0 Comments

Color spaces of #dcb518

RGB 22018124
HSL0.130.800.48
HSV48°89°86°
CMYK 0.000.180.89   0.14
XYZ46.203948.32937.7574
Yxy48.32930.45170.4725
Hunter Lab69.5193-3.024142.0475
CIE-Lab75.03220.762674.0404

#dcb518 color RGB value is (220,181,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00011000
Octal 334 265 30
Decimal 220 181 24
Hex DC B5 18

RGB Percentages of Color #dcb518

%51.76
%42.59
%5.65

CMYK Percentages of Color #dcb518

%0
%18
%89
%14

Triadic Colors of #dcb518

#dcb518 #18dcb5 #b518dc

Analogous Colors of #dcb518

#dcb518 #a1dc18 #dc5318

Monochromatic Colors of #dcb518

#dcb518

Complementary Color

#dcb518 #183fdc

#dcb518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb518 Color CSS Codes

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

#dcb518 Text Font Color

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

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


#dcb518 Background Color

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

This div background color is #dcb518


#dcb518 Border Color

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

This div border color is #dcb518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb518


Comments

No comments written yet.

Please login to write comment.