Color Hex Logo

#dcc298 Color Hex

#DCC298
(220,194,152)
0 Favorites   0 Comments

Color spaces of #dcc298

RGB 220194152
HSL0.100.490.73
HSV37°31°86°
CMYK 0.000.120.31   0.14
XYZ54.474556.066237.6565
Yxy56.06620.36760.3783
Hunter Lab74.8774-1.173722.5967
CIE-Lab79.65153.034324.5305

#dcc298 color RGB value is (220,194,152).

#dcc298 hex color red value is 220, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dcc298 hue: 0.10 , saturation: 0.49 and the lightness value of dcc298 is 0.73.

The process color (four color CMYK) of #dcc298 color hex is 0.00, 0.12, 0.31, 0.14. Web safe color of #dcc298 is #cccc99. Color #dcc298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10011000
Octal 334 302 230
Decimal 220 194 152
Hex DC C2 98

RGB Percentages of Color #dcc298

%38.87
%34.28
%26.86

CMYK Percentages of Color #dcc298

%0
%12
%31
%14

Triadic Colors of #dcc298

#dcc298 #98dcc2 #c298dc

Analogous Colors of #dcc298

#dcc298 #d4dc98 #dca098

Monochromatic Colors of #dcc298

#dcc298

Complementary Color

#dcc298 #98b2dc

#dcc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc298 Color CSS Codes

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

#dcc298 Text Font Color

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

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


#dcc298 Background Color

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

This div background color is #dcc298


#dcc298 Border Color

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

This div border color is #dcc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc298


Comments

No comments written yet.

Please login to write comment.