Color Hex Logo

#da6335 Color Hex

#DA6335
(218,99,53)
1 Favorites   0 Comments

Color spaces of #da6335

RGB 2189953
HSL0.050.690.53
HSV17°76°85°
CMYK 0.000.550.76   0.15
XYZ34.017924.08616.2243
Yxy24.08610.52880.3744
Hunter Lab49.077637.840626.8348
CIE-Lab56.173943.904047.3935

#da6335 color RGB value is (218,99,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 00110101
Octal 332 143 65
Decimal 218 99 53
Hex DA 63 35

RGB Percentages of Color #da6335

%58.92
%26.76
%14.32

CMYK Percentages of Color #da6335

%0
%55
%76
%15

Triadic Colors of #da6335

#da6335 #35da63 #6335da

Analogous Colors of #da6335

#da6335 #dab635 #da355a

Monochromatic Colors of #da6335

#da6335

Complementary Color

#da6335 #35acda

#da6335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6335 Color CSS Codes

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

#da6335 Text Font Color

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

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


#da6335 Background Color

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

This div background color is #da6335


#da6335 Border Color

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

This div border color is #da6335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6335


Comments

No comments written yet.

Please login to write comment.