Color Hex Logo

#da6231 Color Hex

#DA6231
(218,98,49)
0 Favorites   0 Comments

Color spaces of #da6231

RGB 2189849
HSL0.050.700.52
HSV17°78°85°
CMYK 0.000.550.78   0.15
XYZ33.835523.86255.7283
Yxy23.86250.53350.3762
Hunter Lab48.849338.152027.2418
CIE-Lab55.949944.234049.1106

#da6231 color RGB value is (218,98,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 00110001
Octal 332 142 61
Decimal 218 98 49
Hex DA 62 31

RGB Percentages of Color #da6231

%59.73
%26.85
%13.42

CMYK Percentages of Color #da6231

%0
%55
%78
%15

Triadic Colors of #da6231

#da6231 #31da62 #6231da

Analogous Colors of #da6231

#da6231 #dab731 #da3155

Monochromatic Colors of #da6231

#da6231

Complementary Color

#da6231 #31a9da

#da6231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6231 Color CSS Codes

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

#da6231 Text Font Color

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

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


#da6231 Background Color

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

This div background color is #da6231


#da6231 Border Color

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

This div border color is #da6231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6231


Comments

No comments written yet.

Please login to write comment.