Color Hex Logo

#dcba25 Color Hex

#DCBA25
(220,186,37)
0 Favorites   0 Comments

Color spaces of #dcba25

RGB 22018637
HSL0.140.720.50
HSV49°83°86°
CMYK 0.000.150.83   0.14
XYZ47.408050.46708.9927
Yxy50.46700.44360.4722
Hunter Lab71.0401-5.199842.2228
CIE-Lab76.3550-1.553572.1351

#dcba25 color RGB value is (220,186,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00100101
Octal 334 272 45
Decimal 220 186 37
Hex DC BA 25

RGB Percentages of Color #dcba25

%49.66
%41.99
%8.35

CMYK Percentages of Color #dcba25

%0
%15
%83
%14

Triadic Colors of #dcba25

#dcba25 #25dcba #ba25dc

Analogous Colors of #dcba25

#dcba25 #a3dc25 #dc5f25

Monochromatic Colors of #dcba25

#dcba25

Complementary Color

#dcba25 #2547dc

#dcba25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba25 Color CSS Codes

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

#dcba25 Text Font Color

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

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


#dcba25 Background Color

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

This div background color is #dcba25


#dcba25 Border Color

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

This div border color is #dcba25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba25


Comments

No comments written yet.

Please login to write comment.