Color Hex Logo

#dec741 Color Hex

#DEC741
(222,199,65)
0 Favorites   0 Comments

Color spaces of #dec741

RGB 22219965
HSL0.140.700.56
HSV51°71°87°
CMYK 0.000.100.71   0.13
XYZ51.501856.758113.2420
Yxy56.75810.42390.4671
Hunter Lab75.3380-9.817042.3153
CIE-Lab80.0433-6.351366.5024

#dec741 color RGB value is (222,199,65).

#dec741 hex color red value is 222, green value is 199 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dec741 hue: 0.14 , saturation: 0.70 and the lightness value of dec741 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01000001
Octal 336 307 101
Decimal 222 199 65
Hex DE C7 41

RGB Percentages of Color #dec741

%45.68
%40.95
%13.37

CMYK Percentages of Color #dec741

%0
%10
%71
%13

Triadic Colors of #dec741

#dec741 #41dec7 #c741de

Analogous Colors of #dec741

#dec741 #a7de41 #de7941

Monochromatic Colors of #dec741

#dec741

Complementary Color

#dec741 #4158de

#dec741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec741 Color CSS Codes

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

#dec741 Text Font Color

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

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


#dec741 Background Color

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

This div background color is #dec741


#dec741 Border Color

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

This div border color is #dec741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec741


Comments

No comments written yet.

Please login to write comment.