Color Hex Logo

#da6330 Color Hex

#DA6330
(218,99,48)
0 Favorites   0 Comments

Color spaces of #da6330

RGB 2189948
HSL0.050.700.52
HSV18°78°85°
CMYK 0.000.550.78   0.15
XYZ33.908824.04255.6498
Yxy24.04250.53310.3780
Hunter Lab49.033237.633427.4916
CIE-Lab56.130343.711949.7657

#da6330 color RGB value is (218,99,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 00110000
Octal 332 143 60
Decimal 218 99 48
Hex DA 63 30

RGB Percentages of Color #da6330

%59.73
%27.12
%13.15

CMYK Percentages of Color #da6330

%0
%55
%78
%15

Triadic Colors of #da6330

#da6330 #30da63 #6330da

Analogous Colors of #da6330

#da6330 #dab830 #da3052

Monochromatic Colors of #da6330

#da6330

Complementary Color

#da6330 #30a7da

#da6330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6330 Color CSS Codes

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

#da6330 Text Font Color

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

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


#da6330 Background Color

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

This div background color is #da6330


#da6330 Border Color

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

This div border color is #da6330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6330


Comments

No comments written yet.

Please login to write comment.