Color Hex Logo

#da692f Color Hex

#DA692F
(218,105,47)
0 Favorites   0 Comments

Color spaces of #da692f

RGB 21810547
HSL0.060.700.52
HSV20°78°85°
CMYK 0.000.520.78   0.15
XYZ34.478125.21385.7389
Yxy25.21380.52690.3854
Hunter Lab50.213334.690528.3731
CIE-Lab57.283140.716451.3632

#da692f color RGB value is (218,105,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 00101111
Octal 332 151 57
Decimal 218 105 47
Hex DA 69 2F

RGB Percentages of Color #da692f

%58.92
%28.38
%12.70

CMYK Percentages of Color #da692f

%0
%52
%78
%15

Triadic Colors of #da692f

#da692f #2fda69 #692fda

Analogous Colors of #da692f

#da692f #dabf2f #da2f4b

Monochromatic Colors of #da692f

#da692f

Complementary Color

#da692f #2fa0da

#da692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da692f Color CSS Codes

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

#da692f Text Font Color

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

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


#da692f Background Color

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

This div background color is #da692f


#da692f Border Color

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

This div border color is #da692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da692f


Comments

No comments written yet.

Please login to write comment.