Color Hex Logo

#da993c Color Hex

#DA993C
(218,153,60)
0 Favorites   0 Comments

Color spaces of #da993c

RGB 21815360
HSL0.100.680.55
HSV35°72°85°
CMYK 0.000.300.72   0.15
XYZ41.120338.01419.4452
Yxy38.01410.46420.4292
Hunter Lab61.655611.150834.0761
CIE-Lab68.031015.957756.3463

#da993c color RGB value is (218,153,60).

#da993c hex color red value is 218, green value is 153 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da993c hue: 0.10 , saturation: 0.68 and the lightness value of da993c is 0.55.

The process color (four color CMYK) of #da993c color hex is 0.00, 0.30, 0.72, 0.15. Web safe color of #da993c is #cc9933. Color #da993c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 00111100
Octal 332 231 74
Decimal 218 153 60
Hex DA 99 3C

RGB Percentages of Color #da993c

%50.58
%35.50
%13.92

CMYK Percentages of Color #da993c

%0
%30
%72
%15

Triadic Colors of #da993c

#da993c #3cda99 #993cda

Analogous Colors of #da993c

#da993c #ccda3c #da4a3c

Monochromatic Colors of #da993c

#da993c

Complementary Color

#da993c #3c7dda

#da993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da993c Color CSS Codes

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

#da993c Text Font Color

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

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


#da993c Background Color

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

This div background color is #da993c


#da993c Border Color

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

This div border color is #da993c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,153,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da993c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da993c;
  -webkit-box-shadow: 1px 1px 3px 2px #da993c;
  box-shadow:         1px 1px 3px 2px #da993c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,153,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da993c


Comments

No comments written yet.

Please login to write comment.