Color Hex Logo

#dfc950 Color Hex

#DFC950
(223,201,80)
0 Favorites   0 Comments

Color spaces of #dfc950

RGB 22320180
HSL0.140.690.59
HSV51°64°87°
CMYK 0.000.100.64   0.13
XYZ52.766058.040516.0113
Yxy58.04050.41610.4577
Hunter Lab76.1843-9.691740.8683
CIE-Lab80.7613-6.137661.2651

#dfc950 color RGB value is (223,201,80).

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

The process color (four color CMYK) of #dfc950 color hex is 0.00, 0.10, 0.64, 0.13. Web safe color of #dfc950 is #cccc66. Color #dfc950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01010000
Octal 337 311 120
Decimal 223 201 80
Hex DF C9 50

RGB Percentages of Color #dfc950

%44.25
%39.88
%15.87

CMYK Percentages of Color #dfc950

%0
%10
%64
%13

Triadic Colors of #dfc950

#dfc950 #50dfc9 #c950df

Analogous Colors of #dfc950

#dfc950 #aedf50 #df8250

Monochromatic Colors of #dfc950

#dfc950

Complementary Color

#dfc950 #5066df

#dfc950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc950 Color CSS Codes

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

#dfc950 Text Font Color

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

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


#dfc950 Background Color

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

This div background color is #dfc950


#dfc950 Border Color

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

This div border color is #dfc950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc950


Comments

No comments written yet.

Please login to write comment.