Color Hex Logo

#dcca98 Color Hex

#DCCA98
(220,202,152)
0 Favorites   0 Comments

Color spaces of #dcca98

RGB 220202152
HSL0.120.490.73
HSV44°31°86°
CMYK 0.000.080.31   0.14
XYZ56.303259.723738.2661
Yxy59.72370.36490.3871
Hunter Lab77.2811-5.195724.7391
CIE-Lab81.6878-1.146427.2879

#dcca98 color RGB value is (220,202,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10011000
Octal 334 312 230
Decimal 220 202 152
Hex DC CA 98

RGB Percentages of Color #dcca98

%38.33
%35.19
%26.48

CMYK Percentages of Color #dcca98

%0
%8
%31
%14

Triadic Colors of #dcca98

#dcca98 #98dcca #ca98dc

Analogous Colors of #dcca98

#dcca98 #ccdc98 #dca898

Monochromatic Colors of #dcca98

#dcca98

Complementary Color

#dcca98 #98aadc

#dcca98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca98 Color CSS Codes

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

#dcca98 Text Font Color

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

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


#dcca98 Background Color

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

This div background color is #dcca98


#dcca98 Border Color

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

This div border color is #dcca98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,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 #dcca98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca98


Comments

No comments written yet.

Please login to write comment.