Color Hex Logo

#dcda63 Color Hex

#DCDA63
(220,218,99)
0 Favorites   0 Comments

Color spaces of #dcda63

RGB 22021899
HSL0.160.630.63
HSV59°55°86°
CMYK 0.000.010.55   0.14
XYZ56.838766.259321.5980
Yxy66.25930.39280.4579
Hunter Lab81.3998-17.809241.2483
CIE-Lab85.1285-14.650057.7194

#dcda63 color RGB value is (220,218,99).

#dcda63 hex color red value is 220, green value is 218 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dcda63 hue: 0.16 , saturation: 0.63 and the lightness value of dcda63 is 0.63.

The process color (four color CMYK) of #dcda63 color hex is 0.00, 0.01, 0.55, 0.14. Web safe color of #dcda63 is #cccc66. Color #dcda63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01100011
Octal 334 332 143
Decimal 220 218 99
Hex DC DA 63

RGB Percentages of Color #dcda63

%40.97
%40.60
%18.44

CMYK Percentages of Color #dcda63

%0
%1
%55
%14

Triadic Colors of #dcda63

#dcda63 #63dcda #da63dc

Analogous Colors of #dcda63

#dcda63 #a2dc63 #dc9e63

Monochromatic Colors of #dcda63

#dcda63

Complementary Color

#dcda63 #6365dc

#dcda63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda63 Color CSS Codes

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

#dcda63 Text Font Color

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

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


#dcda63 Background Color

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

This div background color is #dcda63


#dcda63 Border Color

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

This div border color is #dcda63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda63


Comments

No comments written yet.

Please login to write comment.