Color Hex Logo

#dfc638 Color Hex

#DFC638
(223,198,56)
0 Favorites   0 Comments

Color spaces of #dfc638

RGB 22319856
HSL0.140.720.55
HSV51°75°87°
CMYK 0.000.110.75   0.13
XYZ51.339356.361711.9144
Yxy56.36170.42920.4712
Hunter Lab75.0744-9.313943.1427
CIE-Lab79.8192-5.814569.5448

#dfc638 color RGB value is (223,198,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00111000
Octal 337 306 70
Decimal 223 198 56
Hex DF C6 38

RGB Percentages of Color #dfc638

%46.75
%41.51
%11.74

CMYK Percentages of Color #dfc638

%0
%11
%75
%13

Triadic Colors of #dfc638

#dfc638 #38dfc6 #c638df

Analogous Colors of #dfc638

#dfc638 #a5df38 #df7338

Monochromatic Colors of #dfc638

#dfc638

Complementary Color

#dfc638 #3851df

#dfc638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc638 Color CSS Codes

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

#dfc638 Text Font Color

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

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


#dfc638 Background Color

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

This div background color is #dfc638


#dfc638 Border Color

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

This div border color is #dfc638


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,198,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 #dfc638">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc638


Comments

No comments written yet.

Please login to write comment.