Color Hex Logo

#dfd03a Color Hex

#DFD03A
(223,208,58)
0 Favorites   0 Comments

Color spaces of #dfd03a

RGB 22320858
HSL0.150.720.55
HSV55°74°87°
CMYK 0.000.070.74   0.13
XYZ53.751061.105212.9645
Yxy61.10520.42050.4781
Hunter Lab78.1698-14.057344.8856
CIE-Lab82.4353-10.811671.3235

#dfd03a color RGB value is (223,208,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00111010
Octal 337 320 72
Decimal 223 208 58
Hex DF D0 3A

RGB Percentages of Color #dfd03a

%45.60
%42.54
%11.86

CMYK Percentages of Color #dfd03a

%0
%7
%74
%13

Triadic Colors of #dfd03a

#dfd03a #3adfd0 #d03adf

Analogous Colors of #dfd03a

#dfd03a #9cdf3a #df7e3a

Monochromatic Colors of #dfd03a

#dfd03a

Complementary Color

#dfd03a #3a49df

#dfd03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd03a Color CSS Codes

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

#dfd03a Text Font Color

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

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


#dfd03a Background Color

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

This div background color is #dfd03a


#dfd03a Border Color

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

This div border color is #dfd03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd03a


Comments

No comments written yet.

Please login to write comment.