Color Hex Logo

#da914b Color Hex

#DA914B
(218,145,75)
0 Favorites   0 Comments

Color spaces of #da914b

RGB 21814575
HSL0.080.660.57
HSV29°66°85°
CMYK 0.000.330.66   0.15
XYZ40.308835.664211.4160
Yxy35.66420.46130.4081
Hunter Lab59.719515.972830.4698
CIE-Lab66.262521.076247.5241

#da914b color RGB value is (218,145,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 01001011
Octal 332 221 113
Decimal 218 145 75
Hex DA 91 4B

RGB Percentages of Color #da914b

%49.77
%33.11
%17.12

CMYK Percentages of Color #da914b

%0
%33
%66
%15

Triadic Colors of #da914b

#da914b #4bda91 #914bda

Analogous Colors of #da914b

#da914b #dad94b #da4b4c

Monochromatic Colors of #da914b

#da914b

Complementary Color

#da914b #4b94da

#da914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da914b Color CSS Codes

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

#da914b Text Font Color

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

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


#da914b Background Color

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

This div background color is #da914b


#da914b Border Color

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

This div border color is #da914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da914b


Comments

No comments written yet.

Please login to write comment.