Color Hex Logo

#deb742 Color Hex

#DEB742
(222,183,66)
0 Favorites   0 Comments

Color spaces of #deb742

RGB 22218366
HSL0.130.700.56
HSV45°70°87°
CMYK 0.000.180.70   0.13
XYZ48.041149.789912.2326
Yxy49.78990.43650.4524
Hunter Lab70.5620-1.954339.1149
CIE-Lab75.94011.992262.0125

#deb742 color RGB value is (222,183,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 01000010
Octal 336 267 102
Decimal 222 183 66
Hex DE B7 42

RGB Percentages of Color #deb742

%47.13
%38.85
%14.01

CMYK Percentages of Color #deb742

%0
%18
%70
%13

Triadic Colors of #deb742

#deb742 #42deb7 #b742de

Analogous Colors of #deb742

#deb742 #b7de42 #de6942

Monochromatic Colors of #deb742

#deb742

Complementary Color

#deb742 #4269de

#deb742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb742 Color CSS Codes

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

#deb742 Text Font Color

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

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


#deb742 Background Color

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

This div background color is #deb742


#deb742 Border Color

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

This div border color is #deb742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb742


Comments

No comments written yet.

Please login to write comment.