Color Hex Logo

#dccc25 Color Hex

#DCCC25
(220,204,37)
0 Favorites   0 Comments

Color spaces of #dccc25

RGB 22020437
HSL0.150.720.50
HSV55°83°86°
CMYK 0.000.070.83   0.14
XYZ51.442058.534910.3374
Yxy58.53490.42760.4865
Hunter Lab76.5081-13.870645.5447
CIE-Lab81.0353-10.784776.0632

#dccc25 color RGB value is (220,204,37).

#dccc25 hex color red value is 220, green value is 204 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dccc25 hue: 0.15 , saturation: 0.72 and the lightness value of dccc25 is 0.50.

The process color (four color CMYK) of #dccc25 color hex is 0.00, 0.07, 0.83, 0.14. Web safe color of #dccc25 is #cccc33. Color #dccc25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00100101
Octal 334 314 45
Decimal 220 204 37
Hex DC CC 25

RGB Percentages of Color #dccc25

%47.72
%44.25
%8.03

CMYK Percentages of Color #dccc25

%0
%7
%83
%14

Triadic Colors of #dccc25

#dccc25 #25dccc #cc25dc

Analogous Colors of #dccc25

#dccc25 #91dc25 #dc7125

Monochromatic Colors of #dccc25

#dccc25

Complementary Color

#dccc25 #2535dc

#dccc25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc25 Color CSS Codes

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

#dccc25 Text Font Color

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

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


#dccc25 Background Color

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

This div background color is #dccc25


#dccc25 Border Color

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

This div border color is #dccc25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc25


Comments

No comments written yet.

Please login to write comment.