Color Hex Logo

#dccf16 Color Hex

#DCCF16
(220,207,22)
0 Favorites   0 Comments

Color spaces of #dccf16

RGB 22020722
HSL0.160.820.47
HSV56°90°86°
CMYK 0.000.060.90   0.14
XYZ51.972859.89929.5815
Yxy59.89920.42790.4932
Hunter Lab77.3946-15.572346.8361
CIE-Lab81.7834-12.612679.6334

#dccf16 color RGB value is (220,207,22).

#dccf16 hex color red value is 220, green value is 207 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dccf16 hue: 0.16 , saturation: 0.82 and the lightness value of dccf16 is 0.47.

The process color (four color CMYK) of #dccf16 color hex is 0.00, 0.06, 0.90, 0.14. Web safe color of #dccf16 is #cccc00. Color #dccf16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 00010110
Octal 334 317 26
Decimal 220 207 22
Hex DC CF 16

RGB Percentages of Color #dccf16

%49.00
%46.10
%4.90

CMYK Percentages of Color #dccf16

%0
%6
%90
%14

Triadic Colors of #dccf16

#dccf16 #16dccf #cf16dc

Analogous Colors of #dccf16

#dccf16 #86dc16 #dc6c16

Monochromatic Colors of #dccf16

#dccf16

Complementary Color

#dccf16 #1623dc

#dccf16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf16 Color CSS Codes

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

#dccf16 Text Font Color

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

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


#dccf16 Background Color

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

This div background color is #dccf16


#dccf16 Border Color

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

This div border color is #dccf16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf16


Comments

No comments written yet.

Please login to write comment.