Color Hex Logo

#dcc25f Color Hex

#DCC25F
(220,194,95)
0 Favorites   0 Comments

Color spaces of #dcc25f

RGB 22019495
HSL0.130.640.62
HSV48°57°86°
CMYK 0.000.120.57   0.14
XYZ50.872554.625418.6890
Yxy54.62540.40960.4399
Hunter Lab73.9090-6.476936.7439
CIE-Lab78.8250-2.766952.3424

#dcc25f color RGB value is (220,194,95).

#dcc25f hex color red value is 220, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcc25f hue: 0.13 , saturation: 0.64 and the lightness value of dcc25f is 0.62.

The process color (four color CMYK) of #dcc25f color hex is 0.00, 0.12, 0.57, 0.14. Web safe color of #dcc25f is #cccc66. Color #dcc25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01011111
Octal 334 302 137
Decimal 220 194 95
Hex DC C2 5F

RGB Percentages of Color #dcc25f

%43.22
%38.11
%18.66

CMYK Percentages of Color #dcc25f

%0
%12
%57
%14

Triadic Colors of #dcc25f

#dcc25f #5fdcc2 #c25fdc

Analogous Colors of #dcc25f

#dcc25f #b8dc5f #dc845f

Monochromatic Colors of #dcc25f

#dcc25f

Complementary Color

#dcc25f #5f79dc

#dcc25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc25f Color CSS Codes

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

#dcc25f Text Font Color

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

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


#dcc25f Background Color

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

This div background color is #dcc25f


#dcc25f Border Color

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

This div border color is #dcc25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc25f


Comments

No comments written yet.

Please login to write comment.