Color Hex Logo

#dedc61 Color Hex

#DEDC61
(222,220,97)
0 Favorites   0 Comments

Color spaces of #dedc61

RGB 22222097
HSL0.160.650.63
HSV59°56°87°
CMYK 0.000.010.56   0.13
XYZ57.875167.579121.3030
Yxy67.57910.39440.4605
Hunter Lab82.2065-18.193742.1801
CIE-Lab85.7955-14.980359.4030

#dedc61 color RGB value is (222,220,97).

#dedc61 hex color red value is 222, green value is 220 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dedc61 hue: 0.16 , saturation: 0.65 and the lightness value of dedc61 is 0.63.

The process color (four color CMYK) of #dedc61 color hex is 0.00, 0.01, 0.56, 0.13. Web safe color of #dedc61 is #cccc66. Color #dedc61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01100001
Octal 336 334 141
Decimal 222 220 97
Hex DE DC 61

RGB Percentages of Color #dedc61

%41.19
%40.82
%18.00

CMYK Percentages of Color #dedc61

%0
%1
%56
%13

Triadic Colors of #dedc61

#dedc61 #61dedc #dc61de

Analogous Colors of #dedc61

#dedc61 #a2de61 #de9e61

Monochromatic Colors of #dedc61

#dedc61

Complementary Color

#dedc61 #6163de

#dedc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc61 Color CSS Codes

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

#dedc61 Text Font Color

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

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


#dedc61 Background Color

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

This div background color is #dedc61


#dedc61 Border Color

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

This div border color is #dedc61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,220,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dedc61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dedc61;
  -webkit-box-shadow: 1px 1px 3px 2px #dedc61;
  box-shadow:         1px 1px 3px 2px #dedc61; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,220,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc61


Comments

No comments written yet.

Please login to write comment.