Color Hex Logo

#deb711 Color Hex

#DEB711
(222,183,17)
0 Favorites   0 Comments

Color spaces of #deb711

RGB 22218317
HSL0.130.860.47
HSV49°92°87°
CMYK 0.000.180.92   0.13
XYZ47.158949.43707.5871
Yxy49.43700.45270.4745
Hunter Lab70.3114-3.322542.8202
CIE-Lab75.72240.477775.8417

#deb711 color RGB value is (222,183,17).

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

The process color (four color CMYK) of #deb711 color hex is 0.00, 0.18, 0.92, 0.13. Web safe color of #deb711 is #cccc00. Color #deb711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 00010001
Octal 336 267 21
Decimal 222 183 17
Hex DE B7 11

RGB Percentages of Color #deb711

%52.61
%43.36
%4.03

CMYK Percentages of Color #deb711

%0
%18
%92
%13

Triadic Colors of #deb711

#deb711 #11deb7 #b711de

Analogous Colors of #deb711

#deb711 #9fde11 #de5011

Monochromatic Colors of #deb711

#deb711

Complementary Color

#deb711 #1138de

#deb711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb711 Color CSS Codes

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

#deb711 Text Font Color

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

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


#deb711 Background Color

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

This div background color is #deb711


#deb711 Border Color

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

This div border color is #deb711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb711


Comments

No comments written yet.

Please login to write comment.