Color Hex Logo

#dcc35d Color Hex

#DCC35D
(220,195,93)
0 Favorites   0 Comments

Color spaces of #dcc35d

RGB 22019593
HSL0.130.640.61
HSV48°58°86°
CMYK 0.000.110.58   0.14
XYZ51.006155.036218.2907
Yxy55.03620.41020.4427
Hunter Lab74.1864-7.100337.3125
CIE-Lab79.0621-3.433953.5465

#dcc35d color RGB value is (220,195,93).

#dcc35d hex color red value is 220, green value is 195 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcc35d hue: 0.13 , saturation: 0.64 and the lightness value of dcc35d is 0.61.

The process color (four color CMYK) of #dcc35d color hex is 0.00, 0.11, 0.58, 0.14. Web safe color of #dcc35d is #cccc66. Color #dcc35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01011101
Octal 334 303 135
Decimal 220 195 93
Hex DC C3 5D

RGB Percentages of Color #dcc35d

%43.31
%38.39
%18.31

CMYK Percentages of Color #dcc35d

%0
%11
%58
%14

Triadic Colors of #dcc35d

#dcc35d #5ddcc3 #c35ddc

Analogous Colors of #dcc35d

#dcc35d #b6dc5d #dc845d

Monochromatic Colors of #dcc35d

#dcc35d

Complementary Color

#dcc35d #5d76dc

#dcc35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc35d Color CSS Codes

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

#dcc35d Text Font Color

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

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


#dcc35d Background Color

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

This div background color is #dcc35d


#dcc35d Border Color

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

This div border color is #dcc35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc35d

#dcc35d Color Palettes


Comments

No comments written yet.

Please login to write comment.