Color Hex Logo

#debb1e Color Hex

#DEBB1E
(222,187,30)
1 Favorites   1 Comments

Color spaces of #debb1e

RGB 22218730
HSL0.140.760.49
HSV49°86°87°
CMYK 0.000.160.86   0.13
XYZ48.128951.16408.5673
Yxy51.16400.44620.4744
Hunter Lab71.5290-5.070542.9689
CIE-Lab76.7782-1.377974.2604

#debb1e color RGB value is (222,187,30).

#debb1e hex color red value is 222, green value is 187 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #debb1e hue: 0.14 , saturation: 0.76 and the lightness value of debb1e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00011110
Octal 336 273 36
Decimal 222 187 30
Hex DE BB 1E

RGB Percentages of Color #debb1e

%50.57
%42.60
%6.83

CMYK Percentages of Color #debb1e

%0
%16
%86
%13

Triadic Colors of #debb1e

#debb1e #1edebb #bb1ede

Analogous Colors of #debb1e

#debb1e #a1de1e #de5b1e

Monochromatic Colors of #debb1e

#debb1e

Complementary Color

#debb1e #1e41de

#debb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb1e Color CSS Codes

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

#debb1e Text Font Color

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

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


#debb1e Background Color

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

This div background color is #debb1e


#debb1e Border Color

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

This div border color is #debb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb1e


Comments

13 Jul 2020, 18:36 aiculla

ah, yes. the best color. D E B B I E .

Please login to write comment.