Color Hex Logo

#decc7d Color Hex

#DECC7D
(222,204,125)
0 Favorites   0 Comments

Color spaces of #decc7d

RGB 222204125
HSL0.140.600.68
HSV49°44°87°
CMYK 0.000.080.44   0.13
XYZ55.418760.196028.1001
Yxy60.19600.38560.4189
Hunter Lab77.5861-8.275532.8366
CIE-Lab81.9446-4.464041.5356

#decc7d color RGB value is (222,204,125).

#decc7d hex color red value is 222, green value is 204 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #decc7d hue: 0.14 , saturation: 0.60 and the lightness value of decc7d is 0.68.

The process color (four color CMYK) of #decc7d color hex is 0.00, 0.08, 0.44, 0.13. Web safe color of #decc7d is #cccc66. Color #decc7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01111101
Octal 336 314 175
Decimal 222 204 125
Hex DE CC 7D

RGB Percentages of Color #decc7d

%40.29
%37.02
%22.69

CMYK Percentages of Color #decc7d

%0
%8
%44
%13

Triadic Colors of #decc7d

#decc7d #7ddecc #cc7dde

Analogous Colors of #decc7d

#decc7d #c0de7d #de9c7d

Monochromatic Colors of #decc7d

#decc7d

Complementary Color

#decc7d #7d8fde

#decc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc7d Color CSS Codes

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

#decc7d Text Font Color

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

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


#decc7d Background Color

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

This div background color is #decc7d


#decc7d Border Color

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

This div border color is #decc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc7d


Comments

No comments written yet.

Please login to write comment.