Color Hex Logo

#debd0d Color Hex

#DEBD0D
(222,189,13)
0 Favorites   0 Comments

Color spaces of #debd0d

RGB 22218913
HSL0.140.890.46
HSV51°94°87°
CMYK 0.000.150.94   0.13
XYZ48.394451.95387.8582
Yxy51.95380.44720.4801
Hunter Lab72.0790-6.291943.9914
CIE-Lab77.2532-2.693777.5122

#debd0d color RGB value is (222,189,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00001101
Octal 336 275 15
Decimal 222 189 13
Hex DE BD D

RGB Percentages of Color #debd0d

%52.36
%44.58
%3.07

CMYK Percentages of Color #debd0d

%0
%15
%94
%13

Triadic Colors of #debd0d

#debd0d #0ddebd #bd0dde

Analogous Colors of #debd0d

#debd0d #97de0d #de550d

Monochromatic Colors of #debd0d

#debd0d

Complementary Color

#debd0d #0d2ede

#debd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd0d Color CSS Codes

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

#debd0d Text Font Color

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

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


#debd0d Background Color

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

This div background color is #debd0d


#debd0d Border Color

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

This div border color is #debd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd0d


Comments

No comments written yet.

Please login to write comment.