Color Hex Logo

#dfc053 Color Hex

#DFC053
(223,192,83)
0 Favorites   0 Comments

Color spaces of #dfc053

RGB 22319283
HSL0.130.690.60
HSV47°63°87°
CMYK 0.000.140.63   0.13
XYZ50.842454.011815.9292
Yxy54.01180.42090.4472
Hunter Lab73.4927-5.125638.5941
CIE-Lab78.4686-1.310857.4929

#dfc053 color RGB value is (223,192,83).

#dfc053 hex color red value is 223, green value is 192 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfc053 hue: 0.13 , saturation: 0.69 and the lightness value of dfc053 is 0.60.

The process color (four color CMYK) of #dfc053 color hex is 0.00, 0.14, 0.63, 0.13. Web safe color of #dfc053 is #cccc66. Color #dfc053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01010011
Octal 337 300 123
Decimal 223 192 83
Hex DF C0 53

RGB Percentages of Color #dfc053

%44.78
%38.55
%16.67

CMYK Percentages of Color #dfc053

%0
%14
%63
%13

Triadic Colors of #dfc053

#dfc053 #53dfc0 #c053df

Analogous Colors of #dfc053

#dfc053 #b8df53 #df7a53

Monochromatic Colors of #dfc053

#dfc053

Complementary Color

#dfc053 #5372df

#dfc053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc053 Color CSS Codes

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

#dfc053 Text Font Color

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

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


#dfc053 Background Color

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

This div background color is #dfc053


#dfc053 Border Color

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

This div border color is #dfc053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc053


Comments

No comments written yet.

Please login to write comment.