Color Hex Logo

#dcb918 Color Hex

#DCB918
(220,185,24)
0 Favorites   0 Comments

Color spaces of #dcb918

RGB 22018524
HSL0.140.800.48
HSV49°89°86°
CMYK 0.000.160.89   0.14
XYZ47.029049.97958.0325
Yxy49.97950.44770.4758
Hunter Lab70.6962-4.975342.7508
CIE-Lab76.0567-1.327074.8381

#dcb918 color RGB value is (220,185,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00011000
Octal 334 271 30
Decimal 220 185 24
Hex DC B9 18

RGB Percentages of Color #dcb918

%51.28
%43.12
%5.59

CMYK Percentages of Color #dcb918

%0
%16
%89
%14

Triadic Colors of #dcb918

#dcb918 #18dcb9 #b918dc

Analogous Colors of #dcb918

#dcb918 #9ddc18 #dc5718

Monochromatic Colors of #dcb918

#dcb918

Complementary Color

#dcb918 #183bdc

#dcb918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb918 Color CSS Codes

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

#dcb918 Text Font Color

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

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


#dcb918 Background Color

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

This div background color is #dcb918


#dcb918 Border Color

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

This div border color is #dcb918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb918


Comments

No comments written yet.

Please login to write comment.