Color Hex Logo

#deb841 Color Hex

#DEB841
(222,184,65)
0 Favorites   0 Comments

Color spaces of #deb841

RGB 22218465
HSL0.130.700.56
HSV45°71°87°
CMYK 0.000.170.71   0.13
XYZ48.218850.192212.1477
Yxy50.19220.43610.4540
Hunter Lab70.8465-2.492439.4263
CIE-Lab76.18711.418262.6621

#deb841 color RGB value is (222,184,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01000001
Octal 336 270 101
Decimal 222 184 65
Hex DE B8 41

RGB Percentages of Color #deb841

%47.13
%39.07
%13.80

CMYK Percentages of Color #deb841

%0
%17
%71
%13

Triadic Colors of #deb841

#deb841 #41deb8 #b841de

Analogous Colors of #deb841

#deb841 #b6de41 #de6a41

Monochromatic Colors of #deb841

#deb841

Complementary Color

#deb841 #4167de

#deb841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb841 Color CSS Codes

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

#deb841 Text Font Color

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

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


#deb841 Background Color

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

This div background color is #deb841


#deb841 Border Color

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

This div border color is #deb841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb841

#deb841 Color Palettes


Comments

No comments written yet.

Please login to write comment.