Color Hex Logo

#dfd01e Color Hex

#DFD01E
(223,208,30)
0 Favorites   0 Comments

Color spaces of #dfd01e

RGB 22320830
HSL0.150.760.50
HSV55°87°87°
CMYK 0.000.070.87   0.13
XYZ53.221660.893510.1768
Yxy60.89350.42820.4899
Hunter Lab78.0343-14.817946.8917
CIE-Lab82.3215-11.683078.7557

#dfd01e color RGB value is (223,208,30).

#dfd01e hex color red value is 223, green value is 208 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dfd01e hue: 0.15 , saturation: 0.76 and the lightness value of dfd01e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00011110
Octal 337 320 36
Decimal 223 208 30
Hex DF D0 1E

RGB Percentages of Color #dfd01e

%48.37
%45.12
%6.51

CMYK Percentages of Color #dfd01e

%0
%7
%87
%13

Triadic Colors of #dfd01e

#dfd01e #1edfd0 #d01edf

Analogous Colors of #dfd01e

#dfd01e #8edf1e #df701e

Monochromatic Colors of #dfd01e

#dfd01e

Complementary Color

#dfd01e #1e2ddf

#dfd01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd01e Color CSS Codes

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

#dfd01e Text Font Color

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

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


#dfd01e Background Color

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

This div background color is #dfd01e


#dfd01e Border Color

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

This div border color is #dfd01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd01e


Comments

No comments written yet.

Please login to write comment.