Color Hex Logo

#dfc128 Color Hex

#DFC128
(223,193,40)
0 Favorites   0 Comments

Color spaces of #dfc128

RGB 22319340
HSL0.140.740.52
HSV50°82°87°
CMYK 0.000.130.82   0.13
XYZ49.884453.98119.7977
Yxy53.98110.43890.4749
Hunter Lab73.4718-7.381443.5238
CIE-Lab78.4507-3.799173.2234

#dfc128 color RGB value is (223,193,40).

#dfc128 hex color red value is 223, green value is 193 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dfc128 hue: 0.14 , saturation: 0.74 and the lightness value of dfc128 is 0.52.

The process color (four color CMYK) of #dfc128 color hex is 0.00, 0.13, 0.82, 0.13. Web safe color of #dfc128 is #cccc33. Color #dfc128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00101000
Octal 337 301 50
Decimal 223 193 40
Hex DF C1 28

RGB Percentages of Color #dfc128

%48.90
%42.32
%8.77

CMYK Percentages of Color #dfc128

%0
%13
%82
%13

Triadic Colors of #dfc128

#dfc128 #28dfc1 #c128df

Analogous Colors of #dfc128

#dfc128 #a2df28 #df6628

Monochromatic Colors of #dfc128

#dfc128

Complementary Color

#dfc128 #2846df

#dfc128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc128 Color CSS Codes

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

#dfc128 Text Font Color

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

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


#dfc128 Background Color

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

This div background color is #dfc128


#dfc128 Border Color

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

This div border color is #dfc128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc128


Comments

No comments written yet.

Please login to write comment.