Color Hex Logo

#dfc255 Color Hex

#DFC255
(223,194,85)
0 Favorites   0 Comments

Color spaces of #dfc255

RGB 22319485
HSL0.130.680.60
HSV47°62°87°
CMYK 0.000.130.62   0.13
XYZ51.362954.927416.4893
Yxy54.92740.41830.4474
Hunter Lab74.1130-5.991138.6878
CIE-Lab78.9994-2.218557.1872

#dfc255 color RGB value is (223,194,85).

#dfc255 hex color red value is 223, green value is 194 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dfc255 hue: 0.13 , saturation: 0.68 and the lightness value of dfc255 is 0.60.

The process color (four color CMYK) of #dfc255 color hex is 0.00, 0.13, 0.62, 0.13. Web safe color of #dfc255 is #cccc66. Color #dfc255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01010101
Octal 337 302 125
Decimal 223 194 85
Hex DF C2 55

RGB Percentages of Color #dfc255

%44.42
%38.65
%16.93

CMYK Percentages of Color #dfc255

%0
%13
%62
%13

Triadic Colors of #dfc255

#dfc255 #55dfc2 #c255df

Analogous Colors of #dfc255

#dfc255 #b7df55 #df7d55

Monochromatic Colors of #dfc255

#dfc255

Complementary Color

#dfc255 #5572df

#dfc255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc255 Color CSS Codes

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

#dfc255 Text Font Color

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

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


#dfc255 Background Color

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

This div background color is #dfc255


#dfc255 Border Color

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

This div border color is #dfc255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc255


Comments

No comments written yet.

Please login to write comment.