Color Hex Logo

#da6631 Color Hex

#DA6631
(218,102,49)
0 Favorites   0 Comments

Color spaces of #da6631

RGB 21810249
HSL0.050.700.52
HSV19°78°85°
CMYK 0.000.530.78   0.15
XYZ34.219224.62995.8562
Yxy24.62990.52880.3806
Hunter Lab49.628536.227027.7437
CIE-Lab56.713042.279049.8728

#da6631 color RGB value is (218,102,49).

#da6631 hex color red value is 218, green value is 102 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #da6631 hue: 0.05 , saturation: 0.70 and the lightness value of da6631 is 0.52.

The process color (four color CMYK) of #da6631 color hex is 0.00, 0.53, 0.78, 0.15. Web safe color of #da6631 is #cc6633. Color #da6631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 00110001
Octal 332 146 61
Decimal 218 102 49
Hex DA 66 31

RGB Percentages of Color #da6631

%59.08
%27.64
%13.28

CMYK Percentages of Color #da6631

%0
%53
%78
%15

Triadic Colors of #da6631

#da6631 #31da66 #6631da

Analogous Colors of #da6631

#da6631 #dabb31 #da3151

Monochromatic Colors of #da6631

#da6631

Complementary Color

#da6631 #31a5da

#da6631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6631 Color CSS Codes

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

#da6631 Text Font Color

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

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


#da6631 Background Color

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

This div background color is #da6631


#da6631 Border Color

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

This div border color is #da6631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6631


Comments

No comments written yet.

Please login to write comment.