color codes Logo

#dcc43d color codes

#DCC43D
(220,196,61)
0 Favorites   0 Comments

Color spaces of #dcc43d

RGB 22019661
HSL0.140.690.55
HSV51°72°86°
CMYK 0.000.110.72   0.14
XYZ50.097455.032412.3968
Yxy55.03240.42630.4683
Hunter Lab74.1838-9.278142.0208
CIE-Lab79.0599-5.851866.9616

#dcc43d color RGB value is (220,196,61).

#dcc43d hex color red value is 220, green value is 196 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dcc43d hue: 0.14 , saturation: 0.69 and the lightness value of dcc43d is 0.55.

The process color (four color CMYK) of #dcc43d color code is 0.00, 0.11, 0.72, 0.14. Web safe color of #dcc43d is #cccc33. Color #dcc43d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00111101
Octal 334 304 75
Decimal 220 196 61
Hex DC C4 3D

RGB Percentages of Color #dcc43d

%46.12
%41.09
%12.79

CMYK Percentages of Color #dcc43d

%0
%11
%72
%14

Triadic Colors of #dcc43d

#dcc43d #3ddcc4 #c43ddc

Analogous Colors of #dcc43d

#dcc43d #a5dc3d #dc753d

Monochromatic Colors of #dcc43d

#dcc43d

Complementary Color

#dcc43d #3d55dc

#dcc43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc43d Color CSS Codes

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

#dcc43d Text Font Color

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

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


#dcc43d Background Color

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

This div background color is #dcc43d


#dcc43d Border Color

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

This div border color is #dcc43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc43d


Comments

No comments written yet.

Please login to write comment.