Color Hex Logo

#dccd53 Color Hex

#DCCD53
(220,205,83)
0 Favorites   0 Comments

Color spaces of #dccd53

RGB 22020583
HSL0.150.660.59
HSV53°62°86°
CMYK 0.000.070.62   0.14
XYZ52.907959.502816.8803
Yxy59.50280.40920.4602
Hunter Lab77.1381-12.561041.0221
CIE-Lab81.5672-9.243260.7783

#dccd53 color RGB value is (220,205,83).

#dccd53 hex color red value is 220, green value is 205 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dccd53 hue: 0.15 , saturation: 0.66 and the lightness value of dccd53 is 0.59.

The process color (four color CMYK) of #dccd53 color hex is 0.00, 0.07, 0.62, 0.14. Web safe color of #dccd53 is #cccc66. Color #dccd53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01010011
Octal 334 315 123
Decimal 220 205 83
Hex DC CD 53

RGB Percentages of Color #dccd53

%43.31
%40.35
%16.34

CMYK Percentages of Color #dccd53

%0
%7
%62
%14

Triadic Colors of #dccd53

#dccd53 #53dccd #cd53dc

Analogous Colors of #dccd53

#dccd53 #a7dc53 #dc8953

Monochromatic Colors of #dccd53

#dccd53

Complementary Color

#dccd53 #5362dc

#dccd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd53 Color CSS Codes

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

#dccd53 Text Font Color

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

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


#dccd53 Background Color

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

This div background color is #dccd53


#dccd53 Border Color

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

This div border color is #dccd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd53


Comments

No comments written yet.

Please login to write comment.