Color Hex Logo

#deb740 Color Hex

#DEB740
(222,183,64)
0 Favorites   0 Comments

Color spaces of #deb740

RGB 22218364
HSL0.130.710.56
HSV45°71°87°
CMYK 0.000.180.71   0.13
XYZ47.983149.766711.9274
Yxy49.76670.43750.4538
Hunter Lab70.5455-2.043939.3575
CIE-Lab75.92581.893462.7972

#deb740 color RGB value is (222,183,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 01000000
Octal 336 267 100
Decimal 222 183 64
Hex DE B7 40

RGB Percentages of Color #deb740

%47.33
%39.02
%13.65

CMYK Percentages of Color #deb740

%0
%18
%71
%13

Triadic Colors of #deb740

#deb740 #40deb7 #b740de

Analogous Colors of #deb740

#deb740 #b6de40 #de6840

Monochromatic Colors of #deb740

#deb740

Complementary Color

#deb740 #4067de

#deb740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb740 Color CSS Codes

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

#deb740 Text Font Color

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

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


#deb740 Background Color

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

This div background color is #deb740


#deb740 Border Color

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

This div border color is #deb740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb740


Comments

No comments written yet.

Please login to write comment.