Color Hex Logo

#deb621 Color Hex

#DEB621
(222,182,33)
0 Favorites   0 Comments

Color spaces of #deb621

RGB 22218233
HSL0.130.740.50
HSV47°85°87°
CMYK 0.000.180.85   0.13
XYZ47.126749.09538.4313
Yxy49.09530.45030.4691
Hunter Lab70.0680-2.562741.9133
CIE-Lab75.51061.300572.5307

#deb621 color RGB value is (222,182,33).

#deb621 hex color red value is 222, green value is 182 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #deb621 hue: 0.13 , saturation: 0.74 and the lightness value of deb621 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00100001
Octal 336 266 41
Decimal 222 182 33
Hex DE B6 21

RGB Percentages of Color #deb621

%50.80
%41.65
%7.55

CMYK Percentages of Color #deb621

%0
%18
%85
%13

Triadic Colors of #deb621

#deb621 #21deb6 #b621de

Analogous Colors of #deb621

#deb621 #a8de21 #de5821

Monochromatic Colors of #deb621

#deb621

Complementary Color

#deb621 #2149de

#deb621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb621 Color CSS Codes

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

#deb621 Text Font Color

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

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


#deb621 Background Color

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

This div background color is #deb621


#deb621 Border Color

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

This div border color is #deb621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb621


Comments

No comments written yet.

Please login to write comment.