color codes Logo

#deb62d color codes

#DEB62D
(222,182,45)
0 Favorites   0 Comments

Color spaces of #deb62d

RGB 22218245
HSL0.130.730.52
HSV46°80°87°
CMYK 0.000.180.80   0.13
XYZ47.325849.17509.4800
Yxy49.17500.44660.4640
Hunter Lab70.1249-2.252741.0722
CIE-Lab75.56011.643769.2189

#deb62d color RGB value is (222,182,45).

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

The process color (four color CMYK) of #deb62d color code is 0.00, 0.18, 0.80, 0.13. Web safe color of #deb62d is #cccc33. Color #deb62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00101101
Octal 336 266 55
Decimal 222 182 45
Hex DE B6 2D

RGB Percentages of Color #deb62d

%49.44
%40.53
%10.02

CMYK Percentages of Color #deb62d

%0
%18
%80
%13

Triadic Colors of #deb62d

#deb62d #2ddeb6 #b62dde

Analogous Colors of #deb62d

#deb62d #aede2d #de5d2d

Monochromatic Colors of #deb62d

#deb62d

Complementary Color

#deb62d #2d55de

#deb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb62d Color CSS Codes

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

#deb62d Text Font Color

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

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


#deb62d Background Color

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

This div background color is #deb62d


#deb62d Border Color

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

This div border color is #deb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb62d


Comments

No comments written yet.

Please login to write comment.