Color Hex Logo

#dfc64b Color Hex

#DFC64B
(223,198,75)
0 Favorites   0 Comments

Color spaces of #dfc64b

RGB 22319875
HSL0.140.700.58
HSV50°66°87°
CMYK 0.000.110.66   0.13
XYZ51.895556.584114.8433
Yxy56.58410.42080.4588
Hunter Lab75.2224-8.493140.9563
CIE-Lab79.9451-4.891862.4899

#dfc64b color RGB value is (223,198,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01001011
Octal 337 306 113
Decimal 223 198 75
Hex DF C6 4B

RGB Percentages of Color #dfc64b

%44.96
%39.92
%15.12

CMYK Percentages of Color #dfc64b

%0
%11
%66
%13

Triadic Colors of #dfc64b

#dfc64b #4bdfc6 #c64bdf

Analogous Colors of #dfc64b

#dfc64b #aedf4b #df7c4b

Monochromatic Colors of #dfc64b

#dfc64b

Complementary Color

#dfc64b #4b64df

#dfc64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc64b Color CSS Codes

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

#dfc64b Text Font Color

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

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


#dfc64b Background Color

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

This div background color is #dfc64b


#dfc64b Border Color

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

This div border color is #dfc64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc64b


Comments

No comments written yet.

Please login to write comment.