color codes Logo

#da835f color codes

#DA835F
(218,131,95)
0 Favorites   0 Comments

Color spaces of #da835f

RGB 21813195
HSL0.050.620.61
HSV18°56°85°
CMYK 0.000.400.56   0.15
XYZ39.095331.964214.9356
Yxy31.96420.45460.3717
Hunter Lab56.536924.493323.9129
CIE-Lab63.313329.980333.6014

#da835f color RGB value is (218,131,95).

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

The process color (four color CMYK) of #da835f color code is 0.00, 0.40, 0.56, 0.15. Web safe color of #da835f is #cc9966. Color #da835f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01011111
Octal 332 203 137
Decimal 218 131 95
Hex DA 83 5F

RGB Percentages of Color #da835f

%49.10
%29.50
%21.40

CMYK Percentages of Color #da835f

%0
%40
%56
%15

Triadic Colors of #da835f

#da835f #5fda83 #835fda

Analogous Colors of #da835f

#da835f #dac15f #da5f79

Monochromatic Colors of #da835f

#da835f

Complementary Color

#da835f #5fb6da

#da835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da835f Color CSS Codes

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

#da835f Text Font Color

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

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


#da835f Background Color

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

This div background color is #da835f


#da835f Border Color

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

This div border color is #da835f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,131,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 #da835f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da835f


Comments

No comments written yet.

Please login to write comment.