Color Hex Logo

#dfd201 Color Hex

#DFD201
(223,210,1)
0 Favorites   0 Comments

Color spaces of #dfd201

RGB 2232101
HSL0.160.990.44
HSV56°100°87°
CMYK 0.000.061.00   0.13
XYZ53.483561.78349.1352
Yxy61.78340.42990.4966
Hunter Lab78.6024-16.097348.1310
CIE-Lab82.7981-13.062682.7862

#dfd201 color RGB value is (223,210,1).

#dfd201 hex color red value is 223, green value is 210 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dfd201 hue: 0.16 , saturation: 0.99 and the lightness value of dfd201 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00000001
Octal 337 322 1
Decimal 223 210 1
Hex DF D2 1

RGB Percentages of Color #dfd201

%51.38
%48.39
%0.23

CMYK Percentages of Color #dfd201

%0
%6
%100
%13

Triadic Colors of #dfd201

#dfd201 #01dfd2 #d201df

Analogous Colors of #dfd201

#dfd201 #7ddf01 #df6301

Monochromatic Colors of #dfd201

#dfd201

Complementary Color

#dfd201 #010edf

#dfd201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd201 Color CSS Codes

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

#dfd201 Text Font Color

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

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


#dfd201 Background Color

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

This div background color is #dfd201


#dfd201 Border Color

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

This div border color is #dfd201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd201


Comments

No comments written yet.

Please login to write comment.