Color Hex Logo

#deb846 Color Hex

#DEB846
(222,184,70)
0 Favorites   0 Comments

Color spaces of #deb846

RGB 22218470
HSL0.130.700.57
HSV45°68°87°
CMYK 0.000.170.68   0.13
XYZ48.370250.252812.9447
Yxy50.25280.43360.4504
Hunter Lab70.8892-2.259338.7958
CIE-Lab76.22421.675360.6648

#deb846 color RGB value is (222,184,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01000110
Octal 336 270 106
Decimal 222 184 70
Hex DE B8 46

RGB Percentages of Color #deb846

%46.64
%38.66
%14.71

CMYK Percentages of Color #deb846

%0
%17
%68
%13

Triadic Colors of #deb846

#deb846 #46deb8 #b846de

Analogous Colors of #deb846

#deb846 #b8de46 #de6c46

Monochromatic Colors of #deb846

#deb846

Complementary Color

#deb846 #466cde

#deb846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb846 Color CSS Codes

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

#deb846 Text Font Color

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

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


#deb846 Background Color

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

This div background color is #deb846


#deb846 Border Color

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

This div border color is #deb846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb846


Comments

No comments written yet.

Please login to write comment.