Color Hex Logo

#da690a Color Hex

#DA690A
(218,105,10)
0 Favorites   0 Comments

Color spaces of #da690a

RGB 21810510
HSL0.080.910.45
HSV27°95°85°
CMYK 0.000.520.95   0.15
XYZ34.019825.03053.3255
Yxy25.03050.54540.4013
Hunter Lab50.030533.823331.0804
CIE-Lab57.105139.896763.5267

#da690a color RGB value is (218,105,10).

#da690a hex color red value is 218, green value is 105 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #da690a hue: 0.08 , saturation: 0.91 and the lightness value of da690a is 0.45.

The process color (four color CMYK) of #da690a color hex is 0.00, 0.52, 0.95, 0.15. Web safe color of #da690a is #cc6600. Color #da690a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00001010
Octal 332 151 12
Decimal 218 105 10
Hex DA 69 A

RGB Percentages of Color #da690a

%65.47
%31.53
%3.00

CMYK Percentages of Color #da690a

%0
%52
%95
%15

Triadic Colors of #da690a

#da690a #0ada69 #690ada

Analogous Colors of #da690a

#da690a #dad10a #da0a13

Monochromatic Colors of #da690a

#da690a

Complementary Color

#da690a #0a7bda

#da690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da690a Color CSS Codes

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

#da690a Text Font Color

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

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


#da690a Background Color

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

This div background color is #da690a


#da690a Border Color

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

This div border color is #da690a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da690a


Comments

No comments written yet.

Please login to write comment.