Color Hex Logo

#deb73e Color Hex

#DEB73E
(222,183,62)
0 Favorites   0 Comments

Color spaces of #deb73e

RGB 22218362
HSL0.130.710.56
HSV45°72°87°
CMYK 0.000.180.72   0.13
XYZ47.927249.744411.6330
Yxy49.74440.43850.4551
Hunter Lab70.5297-2.130539.5916
CIE-Lab75.91211.797963.5675

#deb73e color RGB value is (222,183,62).

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

The process color (four color CMYK) of #deb73e color hex is 0.00, 0.18, 0.72, 0.13. Web safe color of #deb73e is #cccc33. Color #deb73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 00111110
Octal 336 267 76
Decimal 222 183 62
Hex DE B7 3E

RGB Percentages of Color #deb73e

%47.54
%39.19
%13.28

CMYK Percentages of Color #deb73e

%0
%18
%72
%13

Triadic Colors of #deb73e

#deb73e #3edeb7 #b73ede

Analogous Colors of #deb73e

#deb73e #b5de3e #de673e

Monochromatic Colors of #deb73e

#deb73e

Complementary Color

#deb73e #3e65de

#deb73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb73e Color CSS Codes

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

#deb73e Text Font Color

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

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


#deb73e Background Color

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

This div background color is #deb73e


#deb73e Border Color

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

This div border color is #deb73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb73e


Comments

No comments written yet.

Please login to write comment.