Color Hex Logo

#dfc738 Color Hex

#DFC738
(223,199,56)
0 Favorites   0 Comments

Color spaces of #dfc738

RGB 22319956
HSL0.140.720.55
HSV51°75°87°
CMYK 0.000.110.75   0.13
XYZ51.568756.820311.9908
Yxy56.82030.42840.4720
Hunter Lab75.3792-9.797743.3340
CIE-Lab80.0784-6.326169.7876

#dfc738 color RGB value is (223,199,56).

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

The process color (four color CMYK) of #dfc738 color hex is 0.00, 0.11, 0.75, 0.13. Web safe color of #dfc738 is #cccc33. Color #dfc738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00111000
Octal 337 307 70
Decimal 223 199 56
Hex DF C7 38

RGB Percentages of Color #dfc738

%46.65
%41.63
%11.72

CMYK Percentages of Color #dfc738

%0
%11
%75
%13

Triadic Colors of #dfc738

#dfc738 #38dfc7 #c738df

Analogous Colors of #dfc738

#dfc738 #a4df38 #df7438

Monochromatic Colors of #dfc738

#dfc738

Complementary Color

#dfc738 #3850df

#dfc738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc738 Color CSS Codes

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

#dfc738 Text Font Color

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

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


#dfc738 Background Color

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

This div background color is #dfc738


#dfc738 Border Color

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

This div border color is #dfc738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc738


Comments

No comments written yet.

Please login to write comment.