Color Hex Logo

#dfd20d Color Hex

#DFD20D
(223,210,13)
0 Favorites   0 Comments

Color spaces of #dfd20d

RGB 22321013
HSL0.160.890.46
HSV56°94°87°
CMYK 0.000.060.94   0.13
XYZ53.550761.81029.4889
Yxy61.81020.42890.4951
Hunter Lab78.6195-16.000947.8777
CIE-Lab82.8124-12.951481.6951

#dfd20d color RGB value is (223,210,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 00001101
Octal 337 322 15
Decimal 223 210 13
Hex DF D2 D

RGB Percentages of Color #dfd20d

%50.00
%47.09
%2.91

CMYK Percentages of Color #dfd20d

%0
%6
%94
%13

Triadic Colors of #dfd20d

#dfd20d #0ddfd2 #d20ddf

Analogous Colors of #dfd20d

#dfd20d #83df0d #df690d

Monochromatic Colors of #dfd20d

#dfd20d

Complementary Color

#dfd20d #0d1adf

#dfd20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd20d Color CSS Codes

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

#dfd20d Text Font Color

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

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


#dfd20d Background Color

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

This div background color is #dfd20d


#dfd20d Border Color

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

This div border color is #dfd20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd20d


Comments

No comments written yet.

Please login to write comment.