Color Hex Logo

#deb823 Color Hex

#DEB823
(222,184,35)
0 Favorites   0 Comments

Color spaces of #deb823

RGB 22218435
HSL0.130.740.50
HSV48°84°87°
CMYK 0.000.170.84   0.13
XYZ47.568149.93198.7208
Yxy49.93190.44780.4701
Hunter Lab70.6625-3.498042.1465
CIE-Lab76.02740.304472.4571

#deb823 color RGB value is (222,184,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00100011
Octal 336 270 43
Decimal 222 184 35
Hex DE B8 23

RGB Percentages of Color #deb823

%50.34
%41.72
%7.94

CMYK Percentages of Color #deb823

%0
%17
%84
%13

Triadic Colors of #deb823

#deb823 #23deb8 #b823de

Analogous Colors of #deb823

#deb823 #a7de23 #de5a23

Monochromatic Colors of #deb823

#deb823

Complementary Color

#deb823 #2349de

#deb823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb823 Color CSS Codes

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

#deb823 Text Font Color

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

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


#deb823 Background Color

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

This div background color is #deb823


#deb823 Border Color

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

This div border color is #deb823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb823


Comments

No comments written yet.

Please login to write comment.