Color Hex Logo

#dfc62d Color Hex

#DFC62D
(223,198,45)
0 Favorites   0 Comments

Color spaces of #dfc62d

RGB 22319845
HSL0.140.740.53
HSV52°80°87°
CMYK 0.000.110.80   0.13
XYZ51.099256.265610.6498
Yxy56.26560.43300.4768
Hunter Lab75.0104-9.669044.0894
CIE-Lab79.7647-6.215472.9627

#dfc62d color RGB value is (223,198,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00101101
Octal 337 306 55
Decimal 223 198 45
Hex DF C6 2D

RGB Percentages of Color #dfc62d

%47.85
%42.49
%9.66

CMYK Percentages of Color #dfc62d

%0
%11
%80
%13

Triadic Colors of #dfc62d

#dfc62d #2ddfc6 #c62ddf

Analogous Colors of #dfc62d

#dfc62d #9fdf2d #df6d2d

Monochromatic Colors of #dfc62d

#dfc62d

Complementary Color

#dfc62d #2d46df

#dfc62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc62d Color CSS Codes

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

#dfc62d Text Font Color

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

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


#dfc62d Background Color

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

This div background color is #dfc62d


#dfc62d Border Color

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

This div border color is #dfc62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc62d


Comments

No comments written yet.

Please login to write comment.