Color Hex Logo

#deb71d Color Hex

#DEB71D
(222,183,29)
0 Favorites   0 Comments

Color spaces of #deb71d

RGB 22218329
HSL0.130.770.49
HSV48°87°87°
CMYK 0.000.180.87   0.13
XYZ47.279549.48538.2221
Yxy49.48530.45030.4713
Hunter Lab70.3458-3.135042.3122
CIE-Lab75.75230.686173.6583

#deb71d color RGB value is (222,183,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 00011101
Octal 336 267 35
Decimal 222 183 29
Hex DE B7 1D

RGB Percentages of Color #deb71d

%51.15
%42.17
%6.68

CMYK Percentages of Color #deb71d

%0
%18
%87
%13

Triadic Colors of #deb71d

#deb71d #1ddeb7 #b71dde

Analogous Colors of #deb71d

#deb71d #a5de1d #de571d

Monochromatic Colors of #deb71d

#deb71d

Complementary Color

#deb71d #1d44de

#deb71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb71d Color CSS Codes

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

#deb71d Text Font Color

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

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


#deb71d Background Color

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

This div background color is #deb71d


#deb71d Border Color

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

This div border color is #deb71d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,183,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 #deb71d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb71d


Comments

No comments written yet.

Please login to write comment.