Color Hex Logo

#dfc900 Color Hex

#DFC900
(223,201,0)
0 Favorites   0 Comments

Color spaces of #dfc900

RGB 2232010
HSL0.151.000.44
HSV54°100°87°
CMYK 0.000.101.00   0.13
XYZ51.318157.46138.3864
Yxy57.46130.43800.4904
Hunter Lab75.8032-11.812846.5028
CIE-Lab80.4384-8.539281.1785

#dfc900 color RGB value is (223,201,0).

#dfc900 hex color red value is 223, green value is 201 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dfc900 hue: 0.15 , saturation: 1.00 and the lightness value of dfc900 is 0.44.

The process color (four color CMYK) of #dfc900 color hex is 0.00, 0.10, 1.00, 0.13. Web safe color of #dfc900 is #cccc00. Color #dfc900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00000000
Octal 337 311 0
Decimal 223 201 0
Hex DF C9 0

RGB Percentages of Color #dfc900

%52.59
%47.41
%0.00

CMYK Percentages of Color #dfc900

%0
%10
%100
%13

Triadic Colors of #dfc900

#dfc900 #00dfc9 #c900df

Analogous Colors of #dfc900

#dfc900 #86df00 #df5a00

Monochromatic Colors of #dfc900

#dfc900

Complementary Color

#dfc900 #0016df

#dfc900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc900 Color CSS Codes

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

#dfc900 Text Font Color

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

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


#dfc900 Background Color

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

This div background color is #dfc900


#dfc900 Border Color

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

This div border color is #dfc900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc900


Comments

No comments written yet.

Please login to write comment.