Color Hex Logo

#da892d Color Hex

#DA892D
(218,137,45)
0 Favorites   0 Comments

Color spaces of #da892d

RGB 21813745
HSL0.090.700.52
HSV32°79°85°
CMYK 0.000.370.79   0.15
XYZ38.332832.98626.8292
Yxy32.98620.49050.4221
Hunter Lab57.433618.627133.1536
CIE-Lab64.149723.941658.7259

#da892d color RGB value is (218,137,45).

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

The process color (four color CMYK) of #da892d color hex is 0.00, 0.37, 0.79, 0.15. Web safe color of #da892d is #cc9933. Color #da892d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 00101101
Octal 332 211 55
Decimal 218 137 45
Hex DA 89 2D

RGB Percentages of Color #da892d

%54.50
%34.25
%11.25

CMYK Percentages of Color #da892d

%0
%37
%79
%15

Triadic Colors of #da892d

#da892d #2dda89 #892dda

Analogous Colors of #da892d

#da892d #d5da2d #da332d

Monochromatic Colors of #da892d

#da892d

Complementary Color

#da892d #2d7eda

#da892d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da892d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da892d Color CSS Codes

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

#da892d Text Font Color

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

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


#da892d Background Color

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

This div background color is #da892d


#da892d Border Color

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

This div border color is #da892d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da892d


Comments

No comments written yet.

Please login to write comment.