Color Hex Logo

#dcd274 Color Hex

#DCD274
(220,210,116)
0 Favorites   0 Comments

Color spaces of #dcd274

RGB 220210116
HSL0.150.600.66
HSV54°47°86°
CMYK 0.000.050.47   0.14
XYZ55.714262.569825.6637
Yxy62.56980.38700.4347
Hunter Lab79.1011-12.701936.1346
CIE-Lab83.2155-9.200947.5187

#dcd274 color RGB value is (220,210,116).

#dcd274 hex color red value is 220, green value is 210 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dcd274 hue: 0.15 , saturation: 0.60 and the lightness value of dcd274 is 0.66.

The process color (four color CMYK) of #dcd274 color hex is 0.00, 0.05, 0.47, 0.14. Web safe color of #dcd274 is #cccc66. Color #dcd274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01110100
Octal 334 322 164
Decimal 220 210 116
Hex DC D2 74

RGB Percentages of Color #dcd274

%40.29
%38.46
%21.25

CMYK Percentages of Color #dcd274

%0
%5
%47
%14

Triadic Colors of #dcd274

#dcd274 #74dcd2 #d274dc

Analogous Colors of #dcd274

#dcd274 #b2dc74 #dc9e74

Monochromatic Colors of #dcd274

#dcd274

Complementary Color

#dcd274 #747edc

#dcd274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd274 Color CSS Codes

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

#dcd274 Text Font Color

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

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


#dcd274 Background Color

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

This div background color is #dcd274


#dcd274 Border Color

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

This div border color is #dcd274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,210,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcd274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcd274;
  -webkit-box-shadow: 1px 1px 3px 2px #dcd274;
  box-shadow:         1px 1px 3px 2px #dcd274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,210,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd274


Comments

No comments written yet.

Please login to write comment.