Color Hex Logo

#ded762 Color Hex

#DED762
(222,215,98)
0 Favorites   0 Comments

Color spaces of #ded762

RGB 22221598
HSL0.160.650.63
HSV57°56°87°
CMYK 0.000.030.56   0.13
XYZ56.629265.012321.1192
Yxy65.01230.39670.4554
Hunter Lab80.6302-15.736540.9115
CIE-Lab84.4901-12.416457.4870

#ded762 color RGB value is (222,215,98).

#ded762 hex color red value is 222, green value is 215 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ded762 hue: 0.16 , saturation: 0.65 and the lightness value of ded762 is 0.63.

The process color (four color CMYK) of #ded762 color hex is 0.00, 0.03, 0.56, 0.13. Web safe color of #ded762 is #cccc66. Color #ded762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 01100010
Octal 336 327 142
Decimal 222 215 98
Hex DE D7 62

RGB Percentages of Color #ded762

%41.50
%40.19
%18.32

CMYK Percentages of Color #ded762

%0
%3
%56
%13

Triadic Colors of #ded762

#ded762 #62ded7 #d762de

Analogous Colors of #ded762

#ded762 #a7de62 #de9962

Monochromatic Colors of #ded762

#ded762

Complementary Color

#ded762 #6269de

#ded762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded762 Color CSS Codes

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

#ded762 Text Font Color

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

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


#ded762 Background Color

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

This div background color is #ded762


#ded762 Border Color

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

This div border color is #ded762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded762


Comments

No comments written yet.

Please login to write comment.