Color Hex Logo

#deb83b Color Hex

#DEB83B
(222,184,59)
0 Favorites   0 Comments

Color spaces of #deb83b

RGB 22218459
HSL0.130.710.55
HSV46°73°87°
CMYK 0.000.170.73   0.13
XYZ48.054150.126311.2803
Yxy50.12630.43900.4579
Hunter Lab70.7999-2.746440.1135
CIE-Lab76.14671.137664.9409

#deb83b color RGB value is (222,184,59).

#deb83b hex color red value is 222, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #deb83b hue: 0.13 , saturation: 0.71 and the lightness value of deb83b is 0.55.

The process color (four color CMYK) of #deb83b color hex is 0.00, 0.17, 0.73, 0.13. Web safe color of #deb83b is #cccc33. Color #deb83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 00111011
Octal 336 270 73
Decimal 222 184 59
Hex DE B8 3B

RGB Percentages of Color #deb83b

%47.74
%39.57
%12.69

CMYK Percentages of Color #deb83b

%0
%17
%73
%13

Triadic Colors of #deb83b

#deb83b #3bdeb8 #b83bde

Analogous Colors of #deb83b

#deb83b #b3de3b #de673b

Monochromatic Colors of #deb83b

#deb83b

Complementary Color

#deb83b #3b61de

#deb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb83b Color CSS Codes

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

#deb83b Text Font Color

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

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


#deb83b Background Color

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

This div background color is #deb83b


#deb83b Border Color

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

This div border color is #deb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb83b


Comments

No comments written yet.

Please login to write comment.