Color Hex Logo

#dfd43d Color Hex

#DFD43D
(223,212,61)
0 Favorites   0 Comments

Color spaces of #dfd43d

RGB 22321261
HSL0.160.720.56
HSV56°73°87°
CMYK 0.000.050.73   0.13
XYZ54.817263.111913.7075
Yxy63.11190.41640.4794
Hunter Lab79.4430-15.856845.3799
CIE-Lab83.5012-12.690371.3165

#dfd43d color RGB value is (223,212,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 00111101
Octal 337 324 75
Decimal 223 212 61
Hex DF D4 3D

RGB Percentages of Color #dfd43d

%44.96
%42.74
%12.30

CMYK Percentages of Color #dfd43d

%0
%5
%73
%13

Triadic Colors of #dfd43d

#dfd43d #3ddfd4 #d43ddf

Analogous Colors of #dfd43d

#dfd43d #99df3d #df833d

Monochromatic Colors of #dfd43d

#dfd43d

Complementary Color

#dfd43d #3d48df

#dfd43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd43d Color CSS Codes

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

#dfd43d Text Font Color

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

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


#dfd43d Background Color

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

This div background color is #dfd43d


#dfd43d Border Color

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

This div border color is #dfd43d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,212,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 #dfd43d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd43d


Comments

No comments written yet.

Please login to write comment.