Color Hex Logo

#dcc738 Color Hex

#DCC738
(220,199,56)
0 Favorites   0 Comments

Color spaces of #dcc738

RGB 22019956
HSL0.150.700.54
HSV52°75°86°
CMYK 0.000.100.75   0.14
XYZ50.652456.348011.9480
Yxy56.34800.42580.4737
Hunter Lab75.0653-10.916443.1086
CIE-Lab79.8115-7.605269.4415

#dcc738 color RGB value is (220,199,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00111000
Octal 334 307 70
Decimal 220 199 56
Hex DC C7 38

RGB Percentages of Color #dcc738

%46.32
%41.89
%11.79

CMYK Percentages of Color #dcc738

%0
%10
%75
%14

Triadic Colors of #dcc738

#dcc738 #38dcc7 #c738dc

Analogous Colors of #dcc738

#dcc738 #9fdc38 #dc7538

Monochromatic Colors of #dcc738

#dcc738

Complementary Color

#dcc738 #384ddc

#dcc738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc738 Color CSS Codes

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

#dcc738 Text Font Color

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

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


#dcc738 Background Color

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

This div background color is #dcc738


#dcc738 Border Color

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

This div border color is #dcc738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc738


Comments

No comments written yet.

Please login to write comment.