Color Hex Logo

#dcb828 Color Hex

#DCB828
(220,184,40)
0 Favorites   0 Comments

Color spaces of #dcb828

RGB 22018440
HSL0.130.720.51
HSV48°82°86°
CMYK 0.000.160.82   0.14
XYZ47.038749.64989.1117
Yxy49.64980.44460.4693
Hunter Lab70.4626-4.148441.6569
CIE-Lab75.8538-0.425470.8884

#dcb828 color RGB value is (220,184,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00101000
Octal 334 270 50
Decimal 220 184 40
Hex DC B8 28

RGB Percentages of Color #dcb828

%49.55
%41.44
%9.01

CMYK Percentages of Color #dcb828

%0
%16
%82
%14

Triadic Colors of #dcb828

#dcb828 #28dcb8 #b828dc

Analogous Colors of #dcb828

#dcb828 #a6dc28 #dc5e28

Monochromatic Colors of #dcb828

#dcb828

Complementary Color

#dcb828 #284cdc

#dcb828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb828 Color CSS Codes

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

#dcb828 Text Font Color

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

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


#dcb828 Background Color

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

This div background color is #dcb828


#dcb828 Border Color

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

This div border color is #dcb828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb828


Comments

No comments written yet.

Please login to write comment.