Color Hex Logo

#dfd073 Color Hex

#DFD073
(223,208,115)
0 Favorites   0 Comments

Color spaces of #dfd073

RGB 223208115
HSL0.140.630.66
HSV52°48°87°
CMYK 0.000.070.48   0.13
XYZ56.081862.037525.2383
Yxy62.03750.39120.4327
Hunter Lab78.7639-10.740536.1364
CIE-Lab82.9334-7.066447.7187

#dfd073 color RGB value is (223,208,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01110011
Octal 337 320 163
Decimal 223 208 115
Hex DF D0 73

RGB Percentages of Color #dfd073

%40.84
%38.10
%21.06

CMYK Percentages of Color #dfd073

%0
%7
%48
%13

Triadic Colors of #dfd073

#dfd073 #73dfd0 #d073df

Analogous Colors of #dfd073

#dfd073 #b8df73 #df9a73

Monochromatic Colors of #dfd073

#dfd073

Complementary Color

#dfd073 #7382df

#dfd073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd073 Color CSS Codes

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

#dfd073 Text Font Color

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

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


#dfd073 Background Color

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

This div background color is #dfd073


#dfd073 Border Color

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

This div border color is #dfd073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd073


Comments

No comments written yet.

Please login to write comment.