Color Hex Logo

#dec316 Color Hex

#DEC316
(222,195,22)
0 Favorites   0 Comments

Color spaces of #dec316

RGB 22219522
HSL0.140.820.48
HSV52°90°87°
CMYK 0.000.120.90   0.13
XYZ49.784154.61778.6774
Yxy54.61770.44030.4830
Hunter Lab73.9038-9.088044.7711
CIE-Lab78.8205-5.663777.4161

#dec316 color RGB value is (222,195,22).

#dec316 hex color red value is 222, green value is 195 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dec316 hue: 0.14 , saturation: 0.82 and the lightness value of dec316 is 0.48.

The process color (four color CMYK) of #dec316 color hex is 0.00, 0.12, 0.90, 0.13. Web safe color of #dec316 is #cccc00. Color #dec316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00010110
Octal 336 303 26
Decimal 222 195 22
Hex DE C3 16

RGB Percentages of Color #dec316

%50.57
%44.42
%5.01

CMYK Percentages of Color #dec316

%0
%12
%90
%13

Triadic Colors of #dec316

#dec316 #16dec3 #c316de

Analogous Colors of #dec316

#dec316 #95de16 #de5f16

Monochromatic Colors of #dec316

#dec316

Complementary Color

#dec316 #1631de

#dec316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec316 Color CSS Codes

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

#dec316 Text Font Color

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

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


#dec316 Background Color

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

This div background color is #dec316


#dec316 Border Color

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

This div border color is #dec316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec316


Comments

No comments written yet.

Please login to write comment.