Color Hex Logo

#deba0d Color Hex

#DEBA0D
(222,186,13)
0 Favorites   0 Comments

Color spaces of #deba0d

RGB 22218613
HSL0.140.890.46
HSV50°94°87°
CMYK 0.000.160.94   0.13
XYZ47.755850.67657.6453
Yxy50.67650.45020.4777
Hunter Lab71.1874-4.832043.4636
CIE-Lab76.4826-1.136276.9425

#deba0d color RGB value is (222,186,13).

#deba0d hex color red value is 222, green value is 186 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #deba0d hue: 0.14 , saturation: 0.89 and the lightness value of deba0d is 0.46.

The process color (four color CMYK) of #deba0d color hex is 0.00, 0.16, 0.94, 0.13. Web safe color of #deba0d is #cccc00. Color #deba0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00001101
Octal 336 272 15
Decimal 222 186 13
Hex DE BA D

RGB Percentages of Color #deba0d

%52.73
%44.18
%3.09

CMYK Percentages of Color #deba0d

%0
%16
%94
%13

Triadic Colors of #deba0d

#deba0d #0ddeba #ba0dde

Analogous Colors of #deba0d

#deba0d #9ade0d #de510d

Monochromatic Colors of #deba0d

#deba0d

Complementary Color

#deba0d #0d31de

#deba0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba0d Color CSS Codes

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

#deba0d Text Font Color

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

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


#deba0d Background Color

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

This div background color is #deba0d


#deba0d Border Color

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

This div border color is #deba0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba0d


Comments

No comments written yet.

Please login to write comment.