Color Hex Logo

#dfc306 Color Hex

#DFC306
(223,195,6)
0 Favorites   0 Comments

Color spaces of #dfc306

RGB 2231956
HSL0.150.950.45
HSV52°97°87°
CMYK 0.000.130.97   0.13
XYZ49.979454.73138.1023
Yxy54.73130.44300.4852
Hunter Lab73.9806-8.876045.2930
CIE-Lab78.8862-5.420679.4744

#dfc306 color RGB value is (223,195,6).

#dfc306 hex color red value is 223, green value is 195 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dfc306 hue: 0.15 , saturation: 0.95 and the lightness value of dfc306 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 00000110
Octal 337 303 6
Decimal 223 195 6
Hex DF C3 6

RGB Percentages of Color #dfc306

%52.59
%45.99
%1.42

CMYK Percentages of Color #dfc306

%0
%13
%97
%13

Triadic Colors of #dfc306

#dfc306 #06dfc3 #c306df

Analogous Colors of #dfc306

#dfc306 #8fdf06 #df5706

Monochromatic Colors of #dfc306

#dfc306

Complementary Color

#dfc306 #0622df

#dfc306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc306 Color CSS Codes

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

#dfc306 Text Font Color

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

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


#dfc306 Background Color

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

This div background color is #dfc306


#dfc306 Border Color

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

This div border color is #dfc306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc306


Comments

No comments written yet.

Please login to write comment.