Color Hex Logo

#dcc734 Color Hex

#DCC734
(220,199,52)
0 Favorites   0 Comments

Color spaces of #dcc734

RGB 22019952
HSL0.150.710.53
HSV53°76°86°
CMYK 0.000.100.76   0.14
XYZ50.558556.310411.4531
Yxy56.31040.42730.4759
Hunter Lab75.0403-11.055843.4790
CIE-Lab79.7902-7.764070.7455

#dcc734 color RGB value is (220,199,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00110100
Octal 334 307 64
Decimal 220 199 52
Hex DC C7 34

RGB Percentages of Color #dcc734

%46.71
%42.25
%11.04

CMYK Percentages of Color #dcc734

%0
%10
%76
%14

Triadic Colors of #dcc734

#dcc734 #34dcc7 #c734dc

Analogous Colors of #dcc734

#dcc734 #9ddc34 #dc7334

Monochromatic Colors of #dcc734

#dcc734

Complementary Color

#dcc734 #3449dc

#dcc734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc734 Color CSS Codes

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

#dcc734 Text Font Color

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

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


#dcc734 Background Color

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

This div background color is #dcc734


#dcc734 Border Color

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

This div border color is #dcc734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc734


Comments

No comments written yet.

Please login to write comment.