Color Hex Logo

#deda6d Color Hex

#DEDA6D
(222,218,109)
0 Favorites   0 Comments

Color spaces of #deda6d

RGB 222218109
HSL0.160.630.65
HSV58°51°87°
CMYK 0.000.020.51   0.13
XYZ57.955966.776524.3026
Yxy66.77650.38890.4481
Hunter Lab81.7169-16.407439.5690
CIE-Lab85.3910-13.039253.4933

#deda6d color RGB value is (222,218,109).

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

The process color (four color CMYK) of #deda6d color hex is 0.00, 0.02, 0.51, 0.13. Web safe color of #deda6d is #cccc66. Color #deda6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 01101101
Octal 336 332 155
Decimal 222 218 109
Hex DE DA 6D

RGB Percentages of Color #deda6d

%40.44
%39.71
%19.85

CMYK Percentages of Color #deda6d

%0
%2
%51
%13

Triadic Colors of #deda6d

#deda6d #6ddeda #da6dde

Analogous Colors of #deda6d

#deda6d #aade6d #dea26d

Monochromatic Colors of #deda6d

#deda6d

Complementary Color

#deda6d #6d71de

#deda6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deda6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deda6d Color CSS Codes

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

#deda6d Text Font Color

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

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


#deda6d Background Color

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

This div background color is #deda6d


#deda6d Border Color

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

This div border color is #deda6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deda6d


Comments

No comments written yet.

Please login to write comment.