Color Hex Logo

#deb73c Color Hex

#DEB73C
(222,183,60)
0 Favorites   0 Comments

Color spaces of #deb73c

RGB 22218360
HSL0.130.710.55
HSV46°73°87°
CMYK 0.000.180.73   0.13
XYZ47.873349.722811.3492
Yxy49.72280.43940.4564
Hunter Lab70.5144-2.213839.8174
CIE-Lab75.89881.706064.3226

#deb73c color RGB value is (222,183,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 00111100
Octal 336 267 74
Decimal 222 183 60
Hex DE B7 3C

RGB Percentages of Color #deb73c

%47.74
%39.35
%12.90

CMYK Percentages of Color #deb73c

%0
%18
%73
%13

Triadic Colors of #deb73c

#deb73c #3cdeb7 #b73cde

Analogous Colors of #deb73c

#deb73c #b4de3c #de663c

Monochromatic Colors of #deb73c

#deb73c

Complementary Color

#deb73c #3c63de

#deb73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb73c Color CSS Codes

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

#deb73c Text Font Color

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

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


#deb73c Background Color

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

This div background color is #deb73c


#deb73c Border Color

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

This div border color is #deb73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb73c


Comments

No comments written yet.

Please login to write comment.