Color Hex Logo

#dcb304 Color Hex

#DCB304
(220,179,4)
0 Favorites   0 Comments

Color spaces of #dcb304

RGB 2201794
HSL0.140.960.44
HSV49°98°86°
CMYK 0.000.190.98   0.14
XYZ45.657247.46466.8701
Yxy47.46460.45660.4747
Hunter Lab68.8946-2.271542.3138
CIE-Lab74.48601.560176.3887

#dcb304 color RGB value is (220,179,4).

#dcb304 hex color red value is 220, green value is 179 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dcb304 hue: 0.14 , saturation: 0.96 and the lightness value of dcb304 is 0.44.

The process color (four color CMYK) of #dcb304 color hex is 0.00, 0.19, 0.98, 0.14. Web safe color of #dcb304 is #cccc00. Color #dcb304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00000100
Octal 334 263 4
Decimal 220 179 4
Hex DC B3 4

RGB Percentages of Color #dcb304

%54.59
%44.42
%0.99

CMYK Percentages of Color #dcb304

%0
%19
%98
%14

Triadic Colors of #dcb304

#dcb304 #04dcb3 #b304dc

Analogous Colors of #dcb304

#dcb304 #99dc04 #dc4704

Monochromatic Colors of #dcb304

#dcb304

Complementary Color

#dcb304 #042ddc

#dcb304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb304 Color CSS Codes

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

#dcb304 Text Font Color

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

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


#dcb304 Background Color

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

This div background color is #dcb304


#dcb304 Border Color

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

This div border color is #dcb304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb304


Comments

No comments written yet.

Please login to write comment.