Color Hex Logo

#dfc858 Color Hex

#DFC858
(223,200,88)
0 Favorites   0 Comments

Color spaces of #dfc858

RGB 22320088
HSL0.140.680.61
HSV50°61°87°
CMYK 0.000.100.61   0.13
XYZ52.847257.701117.5846
Yxy57.70110.41240.4503
Hunter Lab75.9612-8.747539.4476
CIE-Lab80.5723-5.112357.5891

#dfc858 color RGB value is (223,200,88).

#dfc858 hex color red value is 223, green value is 200 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfc858 hue: 0.14 , saturation: 0.68 and the lightness value of dfc858 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 01011000
Octal 337 310 130
Decimal 223 200 88
Hex DF C8 58

RGB Percentages of Color #dfc858

%43.64
%39.14
%17.22

CMYK Percentages of Color #dfc858

%0
%10
%61
%13

Triadic Colors of #dfc858

#dfc858 #58dfc8 #c858df

Analogous Colors of #dfc858

#dfc858 #b3df58 #df8558

Monochromatic Colors of #dfc858

#dfc858

Complementary Color

#dfc858 #586fdf

#dfc858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc858 Color CSS Codes

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

#dfc858 Text Font Color

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

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


#dfc858 Background Color

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

This div background color is #dfc858


#dfc858 Border Color

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

This div border color is #dfc858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc858


Comments

No comments written yet.

Please login to write comment.