Color Hex Logo

#da724b Color Hex

#DA724B
(218,114,75)
0 Favorites   0 Comments

Color spaces of #da724b

RGB 21811475
HSL0.050.660.57
HSV16°66°85°
CMYK 0.000.480.66   0.15
XYZ36.200827.448110.0466
Yxy27.44810.49120.3725
Hunter Lab52.390931.654825.3041
CIE-Lab59.386837.491639.6020

#da724b color RGB value is (218,114,75).

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

The process color (four color CMYK) of #da724b color hex is 0.00, 0.48, 0.66, 0.15. Web safe color of #da724b is #cc6633. Color #da724b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 01001011
Octal 332 162 113
Decimal 218 114 75
Hex DA 72 4B

RGB Percentages of Color #da724b

%53.56
%28.01
%18.43

CMYK Percentages of Color #da724b

%0
%48
%66
%15

Triadic Colors of #da724b

#da724b #4bda72 #724bda

Analogous Colors of #da724b

#da724b #daba4b #da4b6c

Monochromatic Colors of #da724b

#da724b

Complementary Color

#da724b #4bb3da

#da724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da724b Color CSS Codes

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

#da724b Text Font Color

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

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


#da724b Background Color

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

This div background color is #da724b


#da724b Border Color

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

This div border color is #da724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da724b


Comments

No comments written yet.

Please login to write comment.