Color Hex Logo

#dcb829 Color Hex

#DCB829
(220,184,41)
0 Favorites   0 Comments

Color spaces of #dcb829

RGB 22018441
HSL0.130.720.51
HSV48°81°86°
CMYK 0.000.160.81   0.14
XYZ47.055949.65679.2024
Yxy49.65670.44430.4688
Hunter Lab70.4675-4.121741.5845
CIE-Lab75.8581-0.395570.6065

#dcb829 color RGB value is (220,184,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00101001
Octal 334 270 51
Decimal 220 184 41
Hex DC B8 29

RGB Percentages of Color #dcb829

%49.44
%41.35
%9.21

CMYK Percentages of Color #dcb829

%0
%16
%81
%14

Triadic Colors of #dcb829

#dcb829 #29dcb8 #b829dc

Analogous Colors of #dcb829

#dcb829 #a7dc29 #dc5f29

Monochromatic Colors of #dcb829

#dcb829

Complementary Color

#dcb829 #294ddc

#dcb829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb829 Color CSS Codes

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

#dcb829 Text Font Color

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

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


#dcb829 Background Color

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

This div background color is #dcb829


#dcb829 Border Color

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

This div border color is #dcb829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb829


Comments

No comments written yet.

Please login to write comment.