Color Hex Logo

#dcc251 Color Hex

#DCC251
(220,194,81)
0 Favorites   0 Comments

Color spaces of #dcc251

RGB 22019481
HSL0.140.670.59
HSV49°63°86°
CMYK 0.000.120.63   0.14
XYZ50.292254.393315.6329
Yxy54.39330.41800.4521
Hunter Lab73.7518-7.344539.0588
CIE-Lab78.6905-3.736758.5330

#dcc251 color RGB value is (220,194,81).

#dcc251 hex color red value is 220, green value is 194 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dcc251 hue: 0.14 , saturation: 0.67 and the lightness value of dcc251 is 0.59.

The process color (four color CMYK) of #dcc251 color hex is 0.00, 0.12, 0.63, 0.14. Web safe color of #dcc251 is #cccc66. Color #dcc251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01010001
Octal 334 302 121
Decimal 220 194 81
Hex DC C2 51

RGB Percentages of Color #dcc251

%44.44
%39.19
%16.36

CMYK Percentages of Color #dcc251

%0
%12
%63
%14

Triadic Colors of #dcc251

#dcc251 #51dcc2 #c251dc

Analogous Colors of #dcc251

#dcc251 #b1dc51 #dc7d51

Monochromatic Colors of #dcc251

#dcc251

Complementary Color

#dcc251 #516bdc

#dcc251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc251 Color CSS Codes

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

#dcc251 Text Font Color

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

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


#dcc251 Background Color

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

This div background color is #dcc251


#dcc251 Border Color

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

This div border color is #dcc251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc251

#dcc251 Color Palettes


Comments

No comments written yet.

Please login to write comment.