Color Hex Logo

#dfc948 Color Hex

#DFC948
(223,201,72)
0 Favorites   0 Comments

Color spaces of #dfc948

RGB 22320172
HSL0.140.700.58
HSV51°68°87°
CMYK 0.000.100.68   0.13
XYZ52.487857.929114.5459
Yxy57.92910.42000.4636
Hunter Lab76.1112-10.097341.9467
CIE-Lab80.6994-6.594064.4824

#dfc948 color RGB value is (223,201,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01001000
Octal 337 311 110
Decimal 223 201 72
Hex DF C9 48

RGB Percentages of Color #dfc948

%44.96
%40.52
%14.52

CMYK Percentages of Color #dfc948

%0
%10
%68
%13

Triadic Colors of #dfc948

#dfc948 #48dfc9 #c948df

Analogous Colors of #dfc948

#dfc948 #aadf48 #df7e48

Monochromatic Colors of #dfc948

#dfc948

Complementary Color

#dfc948 #485edf

#dfc948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc948 Color CSS Codes

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

#dfc948 Text Font Color

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

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


#dfc948 Background Color

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

This div background color is #dfc948


#dfc948 Border Color

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

This div border color is #dfc948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc948


Comments

No comments written yet.

Please login to write comment.