Color Hex Logo

#dcc31d Color Hex

#DCC31D
(220,195,29)
0 Favorites   0 Comments

Color spaces of #dcc31d

RGB 22019529
HSL0.140.770.49
HSV52°87°86°
CMYK 0.000.110.87   0.14
XYZ49.252154.33469.0542
Yxy54.33460.43720.4824
Hunter Lab73.7120-9.727844.3157
CIE-Lab78.6564-6.397275.9050

#dcc31d color RGB value is (220,195,29).

#dcc31d hex color red value is 220, green value is 195 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dcc31d hue: 0.14 , saturation: 0.77 and the lightness value of dcc31d is 0.49.

The process color (four color CMYK) of #dcc31d color hex is 0.00, 0.11, 0.87, 0.14. Web safe color of #dcc31d is #cccc33. Color #dcc31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00011101
Octal 334 303 35
Decimal 220 195 29
Hex DC C3 1D

RGB Percentages of Color #dcc31d

%49.55
%43.92
%6.53

CMYK Percentages of Color #dcc31d

%0
%11
%87
%14

Triadic Colors of #dcc31d

#dcc31d #1ddcc3 #c31ddc

Analogous Colors of #dcc31d

#dcc31d #96dc1d #dc631d

Monochromatic Colors of #dcc31d

#dcc31d

Complementary Color

#dcc31d #1d36dc

#dcc31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc31d Color CSS Codes

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

#dcc31d Text Font Color

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

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


#dcc31d Background Color

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

This div background color is #dcc31d


#dcc31d Border Color

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

This div border color is #dcc31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc31d


Comments

No comments written yet.

Please login to write comment.