Color Hex Logo

#dfd112 Color Hex

#DFD112
(223,209,18)
0 Favorites   0 Comments

Color spaces of #dfd112

RGB 22320918
HSL0.160.850.47
HSV56°92°87°
CMYK 0.000.060.92   0.13
XYZ53.341161.33269.5993
Yxy61.33260.42920.4935
Hunter Lab78.3151-15.473647.5533
CIE-Lab82.5572-12.391080.9126

#dfd112 color RGB value is (223,209,18).

#dfd112 hex color red value is 223, green value is 209 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfd112 hue: 0.16 , saturation: 0.85 and the lightness value of dfd112 is 0.47.

The process color (four color CMYK) of #dfd112 color hex is 0.00, 0.06, 0.92, 0.13. Web safe color of #dfd112 is #cccc00. Color #dfd112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00010010
Octal 337 321 22
Decimal 223 209 18
Hex DF D1 12

RGB Percentages of Color #dfd112

%49.56
%46.44
%4.00

CMYK Percentages of Color #dfd112

%0
%6
%92
%13

Triadic Colors of #dfd112

#dfd112 #12dfd1 #d112df

Analogous Colors of #dfd112

#dfd112 #87df12 #df6b12

Monochromatic Colors of #dfd112

#dfd112

Complementary Color

#dfd112 #1220df

#dfd112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd112 Color CSS Codes

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

#dfd112 Text Font Color

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

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


#dfd112 Background Color

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

This div background color is #dfd112


#dfd112 Border Color

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

This div border color is #dfd112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd112


Comments

No comments written yet.

Please login to write comment.