Color Hex Logo

#debb49 Color Hex

#DEBB49
(222,187,73)
0 Favorites   0 Comments

Color spaces of #debb49

RGB 22218773
HSL0.130.690.58
HSV46°67°87°
CMYK 0.000.160.67   0.13
XYZ49.097151.551313.6660
Yxy51.55130.42950.4510
Hunter Lab71.7992-3.588438.9744
CIE-Lab77.01180.270260.2291

#debb49 color RGB value is (222,187,73).

#debb49 hex color red value is 222, green value is 187 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #debb49 hue: 0.13 , saturation: 0.69 and the lightness value of debb49 is 0.58.

The process color (four color CMYK) of #debb49 color hex is 0.00, 0.16, 0.67, 0.13. Web safe color of #debb49 is #cccc33. Color #debb49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 01001001
Octal 336 273 111
Decimal 222 187 73
Hex DE BB 49

RGB Percentages of Color #debb49

%46.06
%38.80
%15.15

CMYK Percentages of Color #debb49

%0
%16
%67
%13

Triadic Colors of #debb49

#debb49 #49debb #bb49de

Analogous Colors of #debb49

#debb49 #b7de49 #de7149

Monochromatic Colors of #debb49

#debb49

Complementary Color

#debb49 #496cde

#debb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb49 Color CSS Codes

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

#debb49 Text Font Color

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

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


#debb49 Background Color

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

This div background color is #debb49


#debb49 Border Color

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

This div border color is #debb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb49


Comments

No comments written yet.

Please login to write comment.