Color Hex Logo

#dfd03d Color Hex

#DFD03D
(223,208,61)
0 Favorites   0 Comments

Color spaces of #dfd03d

RGB 22320861
HSL0.150.720.56
HSV54°73°87°
CMYK 0.000.070.73   0.13
XYZ53.829661.136613.3783
Yxy61.13660.41940.4763
Hunter Lab78.1899-13.944544.5884
CIE-Lab82.4521-10.682970.3167

#dfd03d color RGB value is (223,208,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00111101
Octal 337 320 75
Decimal 223 208 61
Hex DF D0 3D

RGB Percentages of Color #dfd03d

%45.33
%42.28
%12.40

CMYK Percentages of Color #dfd03d

%0
%7
%73
%13

Triadic Colors of #dfd03d

#dfd03d #3ddfd0 #d03ddf

Analogous Colors of #dfd03d

#dfd03d #9ddf3d #df7f3d

Monochromatic Colors of #dfd03d

#dfd03d

Complementary Color

#dfd03d #3d4cdf

#dfd03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd03d Color CSS Codes

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

#dfd03d Text Font Color

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

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


#dfd03d Background Color

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

This div background color is #dfd03d


#dfd03d Border Color

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

This div border color is #dfd03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd03d

#dfd03d Color Palettes


Comments

No comments written yet.

Please login to write comment.