Color Hex Logo

#deb838 Color Hex

#DEB838
(222,184,56)
0 Favorites   0 Comments

Color spaces of #deb838

RGB 22218456
HSL0.130.720.55
HSV46°75°87°
CMYK 0.000.170.75   0.13
XYZ47.978550.096110.8822
Yxy50.09610.44030.4598
Hunter Lab70.7786-2.863240.4292
CIE-Lab76.12821.008466.0273

#deb838 color RGB value is (222,184,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00111000
Octal 336 270 70
Decimal 222 184 56
Hex DE B8 38

RGB Percentages of Color #deb838

%48.05
%39.83
%12.12

CMYK Percentages of Color #deb838

%0
%17
%75
%13

Triadic Colors of #deb838

#deb838 #38deb8 #b838de

Analogous Colors of #deb838

#deb838 #b1de38 #de6538

Monochromatic Colors of #deb838

#deb838

Complementary Color

#deb838 #385ede

#deb838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb838 Color CSS Codes

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

#deb838 Text Font Color

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

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


#deb838 Background Color

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

This div background color is #deb838


#deb838 Border Color

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

This div border color is #deb838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb838


Comments

No comments written yet.

Please login to write comment.