Color Hex Logo

#dcb825 Color Hex

#DCB825
(220,184,37)
0 Favorites   0 Comments

Color spaces of #dcb825

RGB 22018437
HSL0.130.720.50
HSV48°83°86°
CMYK 0.000.160.83   0.14
XYZ46.989649.63028.8532
Yxy49.63020.44550.4705
Hunter Lab70.4487-4.224941.8632
CIE-Lab75.8417-0.510971.7028

#dcb825 color RGB value is (220,184,37).

#dcb825 hex color red value is 220, green value is 184 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dcb825 hue: 0.13 , saturation: 0.72 and the lightness value of dcb825 is 0.50.

The process color (four color CMYK) of #dcb825 color hex is 0.00, 0.16, 0.83, 0.14. Web safe color of #dcb825 is #cccc33. Color #dcb825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00100101
Octal 334 270 45
Decimal 220 184 37
Hex DC B8 25

RGB Percentages of Color #dcb825

%49.89
%41.72
%8.39

CMYK Percentages of Color #dcb825

%0
%16
%83
%14

Triadic Colors of #dcb825

#dcb825 #25dcb8 #b825dc

Analogous Colors of #dcb825

#dcb825 #a5dc25 #dc5d25

Monochromatic Colors of #dcb825

#dcb825

Complementary Color

#dcb825 #2549dc

#dcb825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb825 Color CSS Codes

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

#dcb825 Text Font Color

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

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


#dcb825 Background Color

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

This div background color is #dcb825


#dcb825 Border Color

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

This div border color is #dcb825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb825


Comments

No comments written yet.

Please login to write comment.