Color Hex Logo

#dfd360 Color Hex

#DFD360
(223,211,96)
0 Favorites   0 Comments

Color spaces of #dfd360

RGB 22321196
HSL0.150.660.63
HSV54°57°87°
CMYK 0.000.050.57   0.13
XYZ55.837063.121020.3070
Yxy63.12100.40090.4532
Hunter Lab79.4487-13.584540.4597
CIE-Lab83.5060-10.145857.2939

#dfd360 color RGB value is (223,211,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 01100000
Octal 337 323 140
Decimal 223 211 96
Hex DF D3 60

RGB Percentages of Color #dfd360

%42.08
%39.81
%18.11

CMYK Percentages of Color #dfd360

%0
%5
%57
%13

Triadic Colors of #dfd360

#dfd360 #60dfd3 #d360df

Analogous Colors of #dfd360

#dfd360 #acdf60 #df9460

Monochromatic Colors of #dfd360

#dfd360

Complementary Color

#dfd360 #606cdf

#dfd360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd360 Color CSS Codes

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

#dfd360 Text Font Color

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

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


#dfd360 Background Color

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

This div background color is #dfd360


#dfd360 Border Color

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

This div border color is #dfd360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd360


Comments

No comments written yet.

Please login to write comment.