Color Hex Logo

#dccd27 Color Hex

#DCCD27
(220,205,39)
0 Favorites   0 Comments

Color spaces of #dccd27

RGB 22020539
HSL0.150.720.51
HSV55°82°86°
CMYK 0.000.070.82   0.14
XYZ51.712759.024810.5868
Yxy59.02480.42620.4865
Hunter Lab76.8276-14.299845.6092
CIE-Lab81.3052-11.234875.8007

#dccd27 color RGB value is (220,205,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00100111
Octal 334 315 47
Decimal 220 205 39
Hex DC CD 27

RGB Percentages of Color #dccd27

%47.41
%44.18
%8.41

CMYK Percentages of Color #dccd27

%0
%7
%82
%14

Triadic Colors of #dccd27

#dccd27 #27dccd #cd27dc

Analogous Colors of #dccd27

#dccd27 #91dc27 #dc7327

Monochromatic Colors of #dccd27

#dccd27

Complementary Color

#dccd27 #2736dc

#dccd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd27 Color CSS Codes

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

#dccd27 Text Font Color

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

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


#dccd27 Background Color

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

This div background color is #dccd27


#dccd27 Border Color

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

This div border color is #dccd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd27


Comments

No comments written yet.

Please login to write comment.