Color Hex Logo

#dcc628 Color Hex

#DCC628
(220,198,40)
0 Favorites   0 Comments

Color spaces of #dcc628

RGB 22019840
HSL0.150.720.51
HSV53°82°86°
CMYK 0.000.100.82   0.14
XYZ50.092355.757010.1295
Yxy55.75700.43190.4808
Hunter Lab74.6706-10.928044.2264
CIE-Lab79.4753-7.656073.9894

#dcc628 color RGB value is (220,198,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00101000
Octal 334 306 50
Decimal 220 198 40
Hex DC C6 28

RGB Percentages of Color #dcc628

%48.03
%43.23
%8.73

CMYK Percentages of Color #dcc628

%0
%10
%82
%14

Triadic Colors of #dcc628

#dcc628 #28dcc6 #c628dc

Analogous Colors of #dcc628

#dcc628 #98dc28 #dc6c28

Monochromatic Colors of #dcc628

#dcc628

Complementary Color

#dcc628 #283edc

#dcc628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc628 Color CSS Codes

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

#dcc628 Text Font Color

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

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


#dcc628 Background Color

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

This div background color is #dcc628


#dcc628 Border Color

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

This div border color is #dcc628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc628


Comments

No comments written yet.

Please login to write comment.