Color Hex Logo

#deba4d Color Hex

#DEBA4D
(222,186,77)
0 Favorites   0 Comments

Color spaces of #deba4d

RGB 22218677
HSL0.130.690.59
HSV45°65°87°
CMYK 0.000.160.65   0.13
XYZ49.022751.183214.3168
Yxy51.18320.42810.4469
Hunter Lab71.5424-2.886538.2148
CIE-Lab76.78981.024058.2815

#deba4d color RGB value is (222,186,77).

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

The process color (four color CMYK) of #deba4d color hex is 0.00, 0.16, 0.65, 0.13. Web safe color of #deba4d is #cccc66. Color #deba4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01001101
Octal 336 272 115
Decimal 222 186 77
Hex DE BA 4D

RGB Percentages of Color #deba4d

%45.77
%38.35
%15.88

CMYK Percentages of Color #deba4d

%0
%16
%65
%13

Triadic Colors of #deba4d

#deba4d #4ddeba #ba4dde

Analogous Colors of #deba4d

#deba4d #bade4d #de724d

Monochromatic Colors of #deba4d

#deba4d

Complementary Color

#deba4d #4d71de

#deba4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba4d Color CSS Codes

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

#deba4d Text Font Color

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

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


#deba4d Background Color

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

This div background color is #deba4d


#deba4d Border Color

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

This div border color is #deba4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba4d


Comments

No comments written yet.

Please login to write comment.