Color Hex Logo

#dcca59 Color Hex

#DCCA59
(220,202,89)
0 Favorites   0 Comments

Color spaces of #dcca59

RGB 22020289
HSL0.140.650.61
HSV52°60°86°
CMYK 0.000.080.60   0.14
XYZ52.438958.178017.9168
Yxy58.17800.40800.4526
Hunter Lab76.2745-10.761239.4650
CIE-Lab80.8377-7.317657.3649

#dcca59 color RGB value is (220,202,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01011001
Octal 334 312 131
Decimal 220 202 89
Hex DC CA 59

RGB Percentages of Color #dcca59

%43.05
%39.53
%17.42

CMYK Percentages of Color #dcca59

%0
%8
%60
%14

Triadic Colors of #dcca59

#dcca59 #59dcca #ca59dc

Analogous Colors of #dcca59

#dcca59 #addc59 #dc8959

Monochromatic Colors of #dcca59

#dcca59

Complementary Color

#dcca59 #596bdc

#dcca59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca59 Color CSS Codes

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

#dcca59 Text Font Color

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

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


#dcca59 Background Color

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

This div background color is #dcca59


#dcca59 Border Color

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

This div border color is #dcca59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca59


Comments

No comments written yet.

Please login to write comment.