Color Hex Logo

#dfc960 Color Hex

#DFC960
(223,201,96)
0 Favorites   0 Comments

Color spaces of #dfc960

RGB 22320196
HSL0.140.660.63
HSV50°57°87°
CMYK 0.000.100.57   0.13
XYZ53.429458.305819.5044
Yxy58.30580.40710.4443
Hunter Lab76.3582-8.726938.3062
CIE-Lab80.9085-5.057154.3412

#dfc960 color RGB value is (223,201,96).

#dfc960 hex color red value is 223, green value is 201 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfc960 hue: 0.14 , saturation: 0.66 and the lightness value of dfc960 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01100000
Octal 337 311 140
Decimal 223 201 96
Hex DF C9 60

RGB Percentages of Color #dfc960

%42.88
%38.65
%18.46

CMYK Percentages of Color #dfc960

%0
%10
%57
%13

Triadic Colors of #dfc960

#dfc960 #60dfc9 #c960df

Analogous Colors of #dfc960

#dfc960 #b6df60 #df8a60

Monochromatic Colors of #dfc960

#dfc960

Complementary Color

#dfc960 #6076df

#dfc960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc960 Color CSS Codes

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

#dfc960 Text Font Color

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

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


#dfc960 Background Color

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

This div background color is #dfc960


#dfc960 Border Color

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

This div border color is #dfc960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc960


Comments

No comments written yet.

Please login to write comment.