Color Hex Logo

#dcb925 Color Hex

#DCB925
(220,185,37)
0 Favorites   0 Comments

Color spaces of #dcb925

RGB 22018537
HSL0.130.720.50
HSV49°83°86°
CMYK 0.000.160.83   0.14
XYZ47.198150.04718.9227
Yxy50.04710.44460.4714
Hunter Lab70.7440-4.712542.0427
CIE-Lab76.0982-1.032471.9188

#dcb925 color RGB value is (220,185,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00100101
Octal 334 271 45
Decimal 220 185 37
Hex DC B9 25

RGB Percentages of Color #dcb925

%49.77
%41.86
%8.37

CMYK Percentages of Color #dcb925

%0
%16
%83
%14

Triadic Colors of #dcb925

#dcb925 #25dcb9 #b925dc

Analogous Colors of #dcb925

#dcb925 #a4dc25 #dc5e25

Monochromatic Colors of #dcb925

#dcb925

Complementary Color

#dcb925 #2548dc

#dcb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb925 Color CSS Codes

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

#dcb925 Text Font Color

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

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


#dcb925 Background Color

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

This div background color is #dcb925


#dcb925 Border Color

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

This div border color is #dcb925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb925


Comments

No comments written yet.

Please login to write comment.