Color Hex Logo

#deb92d Color Hex

#DEB92D
(222,185,45)
0 Favorites   0 Comments

Color spaces of #deb92d

RGB 22218545
HSL0.130.730.52
HSV47°80°87°
CMYK 0.000.170.80   0.13
XYZ47.946850.41709.6870
Yxy50.41700.44370.4666
Hunter Lab71.0049-3.724741.6147
CIE-Lab76.32450.074669.8963

#deb92d color RGB value is (222,185,45).

#deb92d hex color red value is 222, green value is 185 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #deb92d hue: 0.13 , saturation: 0.73 and the lightness value of deb92d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00101101
Octal 336 271 55
Decimal 222 185 45
Hex DE B9 2D

RGB Percentages of Color #deb92d

%49.12
%40.93
%9.96

CMYK Percentages of Color #deb92d

%0
%17
%80
%13

Triadic Colors of #deb92d

#deb92d #2ddeb9 #b92dde

Analogous Colors of #deb92d

#deb92d #abde2d #de602d

Monochromatic Colors of #deb92d

#deb92d

Complementary Color

#deb92d #2d52de

#deb92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb92d Color CSS Codes

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

#deb92d Text Font Color

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

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


#deb92d Background Color

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

This div background color is #deb92d


#deb92d Border Color

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

This div border color is #deb92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb92d


Comments

No comments written yet.

Please login to write comment.