Color Hex Logo

#dcca63 Color Hex

#DCCA63
(220,202,99)
0 Favorites   0 Comments

Color spaces of #dcca63

RGB 22020299
HSL0.140.630.63
HSV51°55°86°
CMYK 0.000.080.55   0.14
XYZ52.887958.357620.2810
Yxy58.35760.40210.4437
Hunter Lab76.3921-10.106937.7339
CIE-Lab80.9372-6.579552.9137

#dcca63 color RGB value is (220,202,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01100011
Octal 334 312 143
Decimal 220 202 99
Hex DC CA 63

RGB Percentages of Color #dcca63

%42.23
%38.77
%19.00

CMYK Percentages of Color #dcca63

%0
%8
%55
%14

Triadic Colors of #dcca63

#dcca63 #63dcca #ca63dc

Analogous Colors of #dcca63

#dcca63 #b2dc63 #dc8e63

Monochromatic Colors of #dcca63

#dcca63

Complementary Color

#dcca63 #6375dc

#dcca63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca63 Color CSS Codes

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

#dcca63 Text Font Color

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

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


#dcca63 Background Color

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

This div background color is #dcca63


#dcca63 Border Color

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

This div border color is #dcca63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,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 #dcca63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca63


Comments

No comments written yet.

Please login to write comment.