Color Hex Logo

#da9348 Color Hex

#DA9348
(218,147,72)
0 Favorites   0 Comments

Color spaces of #da9348

RGB 21814772
HSL0.090.660.57
HSV31°67°85°
CMYK 0.000.330.67   0.15
XYZ40.516936.240710.9906
Yxy36.24070.46170.4130
Hunter Lab60.200214.786431.3158
CIE-Lab66.703419.821249.4705

#da9348 color RGB value is (218,147,72).

#da9348 hex color red value is 218, green value is 147 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #da9348 hue: 0.09 , saturation: 0.66 and the lightness value of da9348 is 0.57.

The process color (four color CMYK) of #da9348 color hex is 0.00, 0.33, 0.67, 0.15. Web safe color of #da9348 is #cc9933. Color #da9348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 01001000
Octal 332 223 110
Decimal 218 147 72
Hex DA 93 48

RGB Percentages of Color #da9348

%49.89
%33.64
%16.48

CMYK Percentages of Color #da9348

%0
%33
%67
%15

Triadic Colors of #da9348

#da9348 #48da93 #9348da

Analogous Colors of #da9348

#da9348 #d8da48 #da4a48

Monochromatic Colors of #da9348

#da9348

Complementary Color

#da9348 #488fda

#da9348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9348 Color CSS Codes

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

#da9348 Text Font Color

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

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


#da9348 Background Color

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

This div background color is #da9348


#da9348 Border Color

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

This div border color is #da9348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9348


Comments

No comments written yet.

Please login to write comment.