Color Hex Logo

#dfd312 Color Hex

#DFD312
(223,211,18)
0 Favorites   0 Comments

Color spaces of #dfd312

RGB 22321118
HSL0.160.850.47
HSV56°92°87°
CMYK 0.000.050.92   0.13
XYZ53.834962.32029.7639
Yxy62.32020.42750.4949
Hunter Lab78.9431-16.423347.9271
CIE-Lab83.0834-13.390381.3139

#dfd312 color RGB value is (223,211,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00010010
Octal 337 323 22
Decimal 223 211 18
Hex DF D3 12

RGB Percentages of Color #dfd312

%49.34
%46.68
%3.98

CMYK Percentages of Color #dfd312

%0
%5
%92
%13

Triadic Colors of #dfd312

#dfd312 #12dfd3 #d312df

Analogous Colors of #dfd312

#dfd312 #85df12 #df6d12

Monochromatic Colors of #dfd312

#dfd312

Complementary Color

#dfd312 #121edf

#dfd312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd312 Color CSS Codes

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

#dfd312 Text Font Color

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

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


#dfd312 Background Color

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

This div background color is #dfd312


#dfd312 Border Color

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

This div border color is #dfd312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd312


Comments

No comments written yet.

Please login to write comment.