Color Hex Logo

#dfd243 Color Hex

#DFD243
(223,210,67)
0 Favorites   0 Comments

Color spaces of #dfd243

RGB 22321067
HSL0.150.710.57
HSV55°70°87°
CMYK 0.000.060.70   0.13
XYZ54.491162.186414.4414
Yxy62.18640.41560.4743
Hunter Lab78.8584-14.658744.3430
CIE-Lab83.0124-11.410468.7159

#dfd243 color RGB value is (223,210,67).

#dfd243 hex color red value is 223, green value is 210 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dfd243 hue: 0.15 , saturation: 0.71 and the lightness value of dfd243 is 0.57.

The process color (four color CMYK) of #dfd243 color hex is 0.00, 0.06, 0.70, 0.13. Web safe color of #dfd243 is #cccc33. Color #dfd243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01000011
Octal 337 322 103
Decimal 223 210 67
Hex DF D2 43

RGB Percentages of Color #dfd243

%44.60
%42.00
%13.40

CMYK Percentages of Color #dfd243

%0
%6
%70
%13

Triadic Colors of #dfd243

#dfd243 #43dfd2 #d243df

Analogous Colors of #dfd243

#dfd243 #9edf43 #df8443

Monochromatic Colors of #dfd243

#dfd243

Complementary Color

#dfd243 #4350df

#dfd243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd243 Color CSS Codes

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

#dfd243 Text Font Color

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

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


#dfd243 Background Color

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

This div background color is #dfd243


#dfd243 Border Color

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

This div border color is #dfd243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd243


Comments

No comments written yet.

Please login to write comment.