Color Hex Logo

#dfd460 Color Hex

#DFD460
(223,212,96)
0 Favorites   0 Comments

Color spaces of #dfd460

RGB 22321296
HSL0.150.660.63
HSV55°57°87°
CMYK 0.000.050.57   0.13
XYZ56.086263.619520.3901
Yxy63.61950.40030.4541
Hunter Lab79.7618-14.067240.6765
CIE-Lab83.7673-10.649957.5887

#dfd460 color RGB value is (223,212,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01100000
Octal 337 324 140
Decimal 223 212 96
Hex DF D4 60

RGB Percentages of Color #dfd460

%42.00
%39.92
%18.08

CMYK Percentages of Color #dfd460

%0
%5
%57
%13

Triadic Colors of #dfd460

#dfd460 #60dfd4 #d460df

Analogous Colors of #dfd460

#dfd460 #abdf60 #df9560

Monochromatic Colors of #dfd460

#dfd460

Complementary Color

#dfd460 #606bdf

#dfd460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd460 Color CSS Codes

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

#dfd460 Text Font Color

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

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


#dfd460 Background Color

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

This div background color is #dfd460


#dfd460 Border Color

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

This div border color is #dfd460


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,212,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 #dfd460">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd460


Comments

No comments written yet.

Please login to write comment.