Color Hex Logo

#dcb931 Color Hex

#DCB931
(220,185,49)
0 Favorites   0 Comments

Color spaces of #dcb931

RGB 22018549
HSL0.130.710.53
HSV48°78°86°
CMYK 0.000.160.78   0.14
XYZ47.418550.135310.0836
Yxy50.13530.44050.4658
Hunter Lab70.8063-4.370741.1208
CIE-Lab76.1522-0.650168.3971

#dcb931 color RGB value is (220,185,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00110001
Octal 334 271 61
Decimal 220 185 49
Hex DC B9 31

RGB Percentages of Color #dcb931

%48.46
%40.75
%10.79

CMYK Percentages of Color #dcb931

%0
%16
%78
%14

Triadic Colors of #dcb931

#dcb931 #31dcb9 #b931dc

Analogous Colors of #dcb931

#dcb931 #aadc31 #dc6331

Monochromatic Colors of #dcb931

#dcb931

Complementary Color

#dcb931 #3154dc

#dcb931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb931 Color CSS Codes

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

#dcb931 Text Font Color

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

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


#dcb931 Background Color

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

This div background color is #dcb931


#dcb931 Border Color

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

This div border color is #dcb931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb931


Comments

No comments written yet.

Please login to write comment.