Color Hex Logo

#dccc23 Color Hex

#DCCC23
(220,204,35)
0 Favorites   0 Comments

Color spaces of #dccc23

RGB 22020435
HSL0.150.730.50
HSV55°84°86°
CMYK 0.000.070.84   0.14
XYZ51.411458.522710.1765
Yxy58.52270.42800.4872
Hunter Lab76.5001-13.915545.6630
CIE-Lab81.0285-10.836476.5274

#dccc23 color RGB value is (220,204,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00100011
Octal 334 314 43
Decimal 220 204 35
Hex DC CC 23

RGB Percentages of Color #dccc23

%47.93
%44.44
%7.63

CMYK Percentages of Color #dccc23

%0
%7
%84
%14

Triadic Colors of #dccc23

#dccc23 #23dccc #cc23dc

Analogous Colors of #dccc23

#dccc23 #90dc23 #dc7023

Monochromatic Colors of #dccc23

#dccc23

Complementary Color

#dccc23 #2333dc

#dccc23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc23 Color CSS Codes

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

#dccc23 Text Font Color

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

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


#dccc23 Background Color

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

This div background color is #dccc23


#dccc23 Border Color

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

This div border color is #dccc23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc23


Comments

No comments written yet.

Please login to write comment.