Color Hex Logo

#dccf58 Color Hex

#DCCF58
(220,207,88)
0 Favorites   0 Comments

Color spaces of #dccf58

RGB 22020788
HSL0.150.650.60
HSV54°60°86°
CMYK 0.000.060.60   0.14
XYZ53.589560.545918.0946
Yxy60.54590.40530.4579
Hunter Lab77.8112-13.234740.6803
CIE-Lab82.1340-9.927759.2387

#dccf58 color RGB value is (220,207,88).

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

The process color (four color CMYK) of #dccf58 color hex is 0.00, 0.06, 0.60, 0.14. Web safe color of #dccf58 is #cccc66. Color #dccf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 01011000
Octal 334 317 130
Decimal 220 207 88
Hex DC CF 58

RGB Percentages of Color #dccf58

%42.72
%40.19
%17.09

CMYK Percentages of Color #dccf58

%0
%6
%60
%14

Triadic Colors of #dccf58

#dccf58 #58dccf #cf58dc

Analogous Colors of #dccf58

#dccf58 #a7dc58 #dc8d58

Monochromatic Colors of #dccf58

#dccf58

Complementary Color

#dccf58 #5865dc

#dccf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf58 Color CSS Codes

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

#dccf58 Text Font Color

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

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


#dccf58 Background Color

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

This div background color is #dccf58


#dccf58 Border Color

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

This div border color is #dccf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf58


Comments

No comments written yet.

Please login to write comment.