Color Hex Logo

#dcbc32 Color Hex

#DCBC32
(220,188,50)
0 Favorites   0 Comments

Color spaces of #dcbc32

RGB 22018850
HSL0.140.710.53
HSV49°77°86°
CMYK 0.000.150.77   0.14
XYZ48.074151.412410.4074
Yxy51.41240.43750.4678
Hunter Lab71.7024-5.801041.5859
CIE-Lab76.9281-2.175468.7765

#dcbc32 color RGB value is (220,188,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 00110010
Octal 334 274 62
Decimal 220 188 50
Hex DC BC 32

RGB Percentages of Color #dcbc32

%48.03
%41.05
%10.92

CMYK Percentages of Color #dcbc32

%0
%15
%77
%14

Triadic Colors of #dcbc32

#dcbc32 #32dcbc #bc32dc

Analogous Colors of #dcbc32

#dcbc32 #a7dc32 #dc6732

Monochromatic Colors of #dcbc32

#dcbc32

Complementary Color

#dcbc32 #3252dc

#dcbc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc32 Color CSS Codes

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

#dcbc32 Text Font Color

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

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


#dcbc32 Background Color

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

This div background color is #dcbc32


#dcbc32 Border Color

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

This div border color is #dcbc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc32


Comments

No comments written yet.

Please login to write comment.