Color Hex Logo

#dfc93d Color Hex

#DFC93D
(223,201,61)
0 Favorites   0 Comments

Color spaces of #dfc93d

RGB 22320161
HSL0.140.720.56
HSV52°73°87°
CMYK 0.000.100.73   0.13
XYZ52.160457.798212.8219
Yxy57.79820.42480.4707
Hunter Lab76.0251-10.576243.2181
CIE-Lab80.6265-7.134568.5670

#dfc93d color RGB value is (223,201,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00111101
Octal 337 311 75
Decimal 223 201 61
Hex DF C9 3D

RGB Percentages of Color #dfc93d

%45.98
%41.44
%12.58

CMYK Percentages of Color #dfc93d

%0
%10
%73
%13

Triadic Colors of #dfc93d

#dfc93d #3ddfc9 #c93ddf

Analogous Colors of #dfc93d

#dfc93d #a4df3d #df783d

Monochromatic Colors of #dfc93d

#dfc93d

Complementary Color

#dfc93d #3d53df

#dfc93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc93d Color CSS Codes

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

#dfc93d Text Font Color

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

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


#dfc93d Background Color

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

This div background color is #dfc93d


#dfc93d Border Color

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

This div border color is #dfc93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc93d


Comments

No comments written yet.

Please login to write comment.