Color Hex Logo

#dcb929 Color Hex

#DCB929
(220,185,41)
0 Favorites   0 Comments

Color spaces of #dcb929

RGB 22018541
HSL0.130.720.51
HSV48°81°86°
CMYK 0.000.160.81   0.14
XYZ47.264450.07379.2719
Yxy50.07370.44330.4697
Hunter Lab70.7628-4.609841.7653
CIE-Lab76.1145-0.917470.8281

#dcb929 color RGB value is (220,185,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 00101001
Octal 334 271 51
Decimal 220 185 41
Hex DC B9 29

RGB Percentages of Color #dcb929

%49.33
%41.48
%9.19

CMYK Percentages of Color #dcb929

%0
%16
%81
%14

Triadic Colors of #dcb929

#dcb929 #29dcb9 #b929dc

Analogous Colors of #dcb929

#dcb929 #a6dc29 #dc6029

Monochromatic Colors of #dcb929

#dcb929

Complementary Color

#dcb929 #294cdc

#dcb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb929 Color CSS Codes

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

#dcb929 Text Font Color

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

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


#dcb929 Background Color

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

This div background color is #dcb929


#dcb929 Border Color

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

This div border color is #dcb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb929


Comments

No comments written yet.

Please login to write comment.