Color Hex Logo

#dedb0d Color Hex

#DEDB0D
(222,219,13)
0 Favorites   0 Comments

Color spaces of #dedb0d

RGB 22221913
HSL0.160.890.46
HSV59°94°87°
CMYK 0.000.010.94   0.13
XYZ55.528466.221710.2362
Yxy66.22170.42070.5017
Hunter Lab81.3767-20.607649.5057
CIE-Lab85.1094-17.829883.3862

#dedb0d color RGB value is (222,219,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00001101
Octal 336 333 15
Decimal 222 219 13
Hex DE DB D

RGB Percentages of Color #dedb0d

%48.90
%48.24
%2.86

CMYK Percentages of Color #dedb0d

%0
%1
%94
%13

Triadic Colors of #dedb0d

#dedb0d #0ddedb #db0dde

Analogous Colors of #dedb0d

#dedb0d #79de0d #de730d

Monochromatic Colors of #dedb0d

#dedb0d

Complementary Color

#dedb0d #0d10de

#dedb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb0d Color CSS Codes

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

#dedb0d Text Font Color

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

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


#dedb0d Background Color

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

This div background color is #dedb0d


#dedb0d Border Color

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

This div border color is #dedb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb0d


Comments

No comments written yet.

Please login to write comment.