Color Hex Logo

#dfd309 Color Hex

#DFD309
(223,211,9)
0 Favorites   0 Comments

Color spaces of #dfd309

RGB 2232119
HSL0.160.920.45
HSV57°96°87°
CMYK 0.000.050.96   0.13
XYZ53.775062.29629.4486
Yxy62.29620.42840.4963
Hunter Lab78.9279-16.508748.1519
CIE-Lab83.0707-13.489082.2662

#dfd309 color RGB value is (223,211,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00001001
Octal 337 323 11
Decimal 223 211 9
Hex DF D3 9

RGB Percentages of Color #dfd309

%50.34
%47.63
%2.03

CMYK Percentages of Color #dfd309

%0
%5
%96
%13

Triadic Colors of #dfd309

#dfd309 #09dfd3 #d309df

Analogous Colors of #dfd309

#dfd309 #80df09 #df6809

Monochromatic Colors of #dfd309

#dfd309

Complementary Color

#dfd309 #0915df

#dfd309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd309 Color CSS Codes

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

#dfd309 Text Font Color

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

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


#dfd309 Background Color

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

This div background color is #dfd309


#dfd309 Border Color

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

This div border color is #dfd309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd309


Comments

No comments written yet.

Please login to write comment.