Color Hex Logo

#da913b Color Hex

#DA913B
(218,145,59)
0 Favorites   0 Comments

Color spaces of #da913b

RGB 21814559
HSL0.090.680.54
HSV32°73°85°
CMYK 0.000.330.73   0.15
XYZ39.828335.47208.8853
Yxy35.47200.47310.4214
Hunter Lab59.558415.140632.8456
CIE-Lab66.114520.215754.8272

#da913b color RGB value is (218,145,59).

#da913b hex color red value is 218, green value is 145 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da913b hue: 0.09 , saturation: 0.68 and the lightness value of da913b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 00111011
Octal 332 221 73
Decimal 218 145 59
Hex DA 91 3B

RGB Percentages of Color #da913b

%51.66
%34.36
%13.98

CMYK Percentages of Color #da913b

%0
%33
%73
%15

Triadic Colors of #da913b

#da913b #3bda91 #913bda

Analogous Colors of #da913b

#da913b #d4da3b #da423b

Monochromatic Colors of #da913b

#da913b

Complementary Color

#da913b #3b84da

#da913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da913b Color CSS Codes

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

#da913b Text Font Color

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

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


#da913b Background Color

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

This div background color is #da913b


#da913b Border Color

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

This div border color is #da913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da913b


Comments

No comments written yet.

Please login to write comment.