Color Hex Logo

#dfc63b Color Hex

#DFC63B
(223,198,59)
0 Favorites   0 Comments

Color spaces of #dfc63b

RGB 22319859
HSL0.140.720.55
HSV51°74°87°
CMYK 0.000.110.74   0.13
XYZ51.414956.391912.3125
Yxy56.39190.42800.4695
Hunter Lab75.0945-9.202042.8450
CIE-Lab79.8363-5.688568.5205

#dfc63b color RGB value is (223,198,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00111011
Octal 337 306 73
Decimal 223 198 59
Hex DF C6 3B

RGB Percentages of Color #dfc63b

%46.46
%41.25
%12.29

CMYK Percentages of Color #dfc63b

%0
%11
%74
%13

Triadic Colors of #dfc63b

#dfc63b #3bdfc6 #c63bdf

Analogous Colors of #dfc63b

#dfc63b #a6df3b #df743b

Monochromatic Colors of #dfc63b

#dfc63b

Complementary Color

#dfc63b #3b54df

#dfc63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc63b Color CSS Codes

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

#dfc63b Text Font Color

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

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


#dfc63b Background Color

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

This div background color is #dfc63b


#dfc63b Border Color

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

This div border color is #dfc63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc63b


Comments

No comments written yet.

Please login to write comment.