Color Hex Logo

#da925f Color Hex

#DA925F
(218,146,95)
0 Favorites   0 Comments

Color spaces of #da925f

RGB 21814695
HSL0.070.620.61
HSV25°56°85°
CMYK 0.000.330.56   0.15
XYZ41.257936.289415.6565
Yxy36.28940.44270.3894
Hunter Lab60.240716.830726.7591
CIE-Lab66.740521.941837.8768

#da925f color RGB value is (218,146,95).

#da925f hex color red value is 218, green value is 146 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da925f hue: 0.07 , saturation: 0.62 and the lightness value of da925f is 0.61.

The process color (four color CMYK) of #da925f color hex is 0.00, 0.33, 0.56, 0.15. Web safe color of #da925f is #cc9966. Color #da925f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 01011111
Octal 332 222 137
Decimal 218 146 95
Hex DA 92 5F

RGB Percentages of Color #da925f

%47.49
%31.81
%20.70

CMYK Percentages of Color #da925f

%0
%33
%56
%15

Triadic Colors of #da925f

#da925f #5fda92 #925fda

Analogous Colors of #da925f

#da925f #dad05f #da5f6a

Monochromatic Colors of #da925f

#da925f

Complementary Color

#da925f #5fa7da

#da925f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da925f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da925f Color CSS Codes

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

#da925f Text Font Color

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

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


#da925f Background Color

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

This div background color is #da925f


#da925f Border Color

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

This div border color is #da925f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da925f


Comments

No comments written yet.

Please login to write comment.