Color Hex Logo

#dfc824 Color Hex

#DFC824
(223,200,36)
0 Favorites   0 Comments

Color spaces of #dfc824

RGB 22320036
HSL0.150.750.51
HSV53°84°87°
CMYK 0.000.100.84   0.13
XYZ51.404157.12399.9858
Yxy57.12390.43370.4820
Hunter Lab75.5804-10.863345.0728
CIE-Lab80.2492-7.496775.7543

#dfc824 color RGB value is (223,200,36).

#dfc824 hex color red value is 223, green value is 200 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dfc824 hue: 0.15 , saturation: 0.75 and the lightness value of dfc824 is 0.51.

The process color (four color CMYK) of #dfc824 color hex is 0.00, 0.10, 0.84, 0.13. Web safe color of #dfc824 is #cccc33. Color #dfc824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 00100100
Octal 337 310 44
Decimal 223 200 36
Hex DF C8 24

RGB Percentages of Color #dfc824

%48.58
%43.57
%7.84

CMYK Percentages of Color #dfc824

%0
%10
%84
%13

Triadic Colors of #dfc824

#dfc824 #24dfc8 #c824df

Analogous Colors of #dfc824

#dfc824 #99df24 #df6b24

Monochromatic Colors of #dfc824

#dfc824

Complementary Color

#dfc824 #243bdf

#dfc824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc824 Color CSS Codes

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

#dfc824 Text Font Color

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

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


#dfc824 Background Color

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

This div background color is #dfc824


#dfc824 Border Color

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

This div border color is #dfc824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc824


Comments

No comments written yet.

Please login to write comment.