Color Hex Logo

#dfcd56 Color Hex

#DFCD56
(223,205,86)
0 Favorites   0 Comments

Color spaces of #dfcd56

RGB 22320586
HSL0.140.680.61
HSV52°61°87°
CMYK 0.000.080.61   0.13
XYZ53.942560.022517.5465
Yxy60.02250.41020.4564
Hunter Lab77.4742-11.296740.8038
CIE-Lab81.8504-7.800359.8714

#dfcd56 color RGB value is (223,205,86).

#dfcd56 hex color red value is 223, green value is 205 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dfcd56 hue: 0.14 , saturation: 0.68 and the lightness value of dfcd56 is 0.61.

The process color (four color CMYK) of #dfcd56 color hex is 0.00, 0.08, 0.61, 0.13. Web safe color of #dfcd56 is #cccc66. Color #dfcd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 01010110
Octal 337 315 126
Decimal 223 205 86
Hex DF CD 56

RGB Percentages of Color #dfcd56

%43.39
%39.88
%16.73

CMYK Percentages of Color #dfcd56

%0
%8
%61
%13

Triadic Colors of #dfcd56

#dfcd56 #56dfcd #cd56df

Analogous Colors of #dfcd56

#dfcd56 #addf56 #df8956

Monochromatic Colors of #dfcd56

#dfcd56

Complementary Color

#dfcd56 #5668df

#dfcd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd56 Color CSS Codes

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

#dfcd56 Text Font Color

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

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


#dfcd56 Background Color

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

This div background color is #dfcd56


#dfcd56 Border Color

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

This div border color is #dfcd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd56


Comments

No comments written yet.

Please login to write comment.