Color Hex Logo

#dcc648 Color Hex

#DCC648
(220,198,72)
0 Favorites   0 Comments

Color spaces of #dcc648

RGB 22019872
HSL0.140.680.57
HSV51°67°86°
CMYK 0.000.100.67   0.14
XYZ50.879056.071714.2722
Yxy56.07170.41970.4626
Hunter Lab74.8810-9.757441.1162
CIE-Lab79.6546-6.325563.3264

#dcc648 color RGB value is (220,198,72).

#dcc648 hex color red value is 220, green value is 198 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dcc648 hue: 0.14 , saturation: 0.68 and the lightness value of dcc648 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01001000
Octal 334 306 110
Decimal 220 198 72
Hex DC C6 48

RGB Percentages of Color #dcc648

%44.90
%40.41
%14.69

CMYK Percentages of Color #dcc648

%0
%10
%67
%14

Triadic Colors of #dcc648

#dcc648 #48dcc6 #c648dc

Analogous Colors of #dcc648

#dcc648 #a8dc48 #dc7c48

Monochromatic Colors of #dcc648

#dcc648

Complementary Color

#dcc648 #485edc

#dcc648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc648 Color CSS Codes

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

#dcc648 Text Font Color

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

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


#dcc648 Background Color

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

This div background color is #dcc648


#dcc648 Border Color

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

This div border color is #dcc648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc648


Comments

No comments written yet.

Please login to write comment.