Color Hex Logo

#dec361 Color Hex

#DEC361
(222,195,97)
0 Favorites   0 Comments

Color spaces of #dec361

RGB 22219597
HSL0.130.650.63
HSV47°56°87°
CMYK 0.000.120.56   0.13
XYZ51.797055.422919.2770
Yxy55.42290.40950.4381
Hunter Lab74.4466-6.088236.7602
CIE-Lab79.2842-2.302051.9806

#dec361 color RGB value is (222,195,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01100001
Octal 336 303 141
Decimal 222 195 97
Hex DE C3 61

RGB Percentages of Color #dec361

%43.19
%37.94
%18.87

CMYK Percentages of Color #dec361

%0
%12
%56
%13

Triadic Colors of #dec361

#dec361 #61dec3 #c361de

Analogous Colors of #dec361

#dec361 #bbde61 #de8561

Monochromatic Colors of #dec361

#dec361

Complementary Color

#dec361 #617cde

#dec361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec361 Color CSS Codes

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

#dec361 Text Font Color

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

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


#dec361 Background Color

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

This div background color is #dec361


#dec361 Border Color

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

This div border color is #dec361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,195,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 #dec361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec361


Comments

No comments written yet.

Please login to write comment.