Color Hex Logo

#dcbc27 Color Hex

#DCBC27
(220,188,39)
0 Favorites   0 Comments

Color spaces of #dcbc27

RGB 22018839
HSL0.140.720.51
HSV49°82°86°
CMYK 0.000.150.82   0.14
XYZ47.864651.32869.3041
Yxy51.32860.44120.4731
Hunter Lab71.6440-6.123042.4510
CIE-Lab76.8776-2.537272.0422

#dcbc27 color RGB value is (220,188,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 00100111
Octal 334 274 47
Decimal 220 188 39
Hex DC BC 27

RGB Percentages of Color #dcbc27

%49.22
%42.06
%8.72

CMYK Percentages of Color #dcbc27

%0
%15
%82
%14

Triadic Colors of #dcbc27

#dcbc27 #27dcbc #bc27dc

Analogous Colors of #dcbc27

#dcbc27 #a2dc27 #dc6227

Monochromatic Colors of #dcbc27

#dcbc27

Complementary Color

#dcbc27 #2747dc

#dcbc27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc27 Color CSS Codes

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

#dcbc27 Text Font Color

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

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


#dcbc27 Background Color

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

This div background color is #dcbc27


#dcbc27 Border Color

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

This div border color is #dcbc27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc27


Comments

No comments written yet.

Please login to write comment.