Color Hex Logo

#debd1d Color Hex

#DEBD1D
(222,189,29)
0 Favorites   0 Comments

Color spaces of #debd1d

RGB 22218929
HSL0.140.770.49
HSV50°87°87°
CMYK 0.000.150.87   0.13
XYZ48.543652.01358.6435
Yxy52.01350.44450.4763
Hunter Lab72.1204-6.063943.3785
CIE-Lab77.2889-2.437774.8875

#debd1d color RGB value is (222,189,29).

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

The process color (four color CMYK) of #debd1d color hex is 0.00, 0.15, 0.87, 0.13. Web safe color of #debd1d is #cccc33. Color #debd1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00011101
Octal 336 275 35
Decimal 222 189 29
Hex DE BD 1D

RGB Percentages of Color #debd1d

%50.45
%42.95
%6.59

CMYK Percentages of Color #debd1d

%0
%15
%87
%13

Triadic Colors of #debd1d

#debd1d #1ddebd #bd1dde

Analogous Colors of #debd1d

#debd1d #9fde1d #de5d1d

Monochromatic Colors of #debd1d

#debd1d

Complementary Color

#debd1d #1d3ede

#debd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd1d Color CSS Codes

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

#debd1d Text Font Color

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

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


#debd1d Background Color

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

This div background color is #debd1d


#debd1d Border Color

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

This div border color is #debd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd1d


Comments

No comments written yet.

Please login to write comment.