Color Hex Logo

#da6204 Color Hex

#DA6204
(218,98,4)
0 Favorites   0 Comments

Color spaces of #da6204

RGB 218984
HSL0.070.960.44
HSV26°98°85°
CMYK 0.000.550.98   0.15
XYZ33.303023.64962.9244
Yxy23.64960.55620.3950
Hunter Lab48.630937.135030.4762
CIE-Lab55.735243.290363.7867

#da6204 color RGB value is (218,98,4).

#da6204 hex color red value is 218, green value is 98 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #da6204 hue: 0.07 , saturation: 0.96 and the lightness value of da6204 is 0.44.

The process color (four color CMYK) of #da6204 color hex is 0.00, 0.55, 0.98, 0.15. Web safe color of #da6204 is #cc6600. Color #da6204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 00000100
Octal 332 142 4
Decimal 218 98 4
Hex DA 62 4

RGB Percentages of Color #da6204

%68.13
%30.63
%1.25

CMYK Percentages of Color #da6204

%0
%55
%98
%15

Triadic Colors of #da6204

#da6204 #04da62 #6204da

Analogous Colors of #da6204

#da6204 #dacd04 #da0411

Monochromatic Colors of #da6204

#da6204

Complementary Color

#da6204 #047cda

#da6204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6204 Color CSS Codes

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

#da6204 Text Font Color

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

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


#da6204 Background Color

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

This div background color is #da6204


#da6204 Border Color

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

This div border color is #da6204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6204


Comments

No comments written yet.

Please login to write comment.