Color Hex Logo

#db8f54 Color Hex

#DB8F54
(219,143,84)
0 Favorites   0 Comments

Color spaces of #db8f54

RGB 21914384
HSL0.070.650.59
HSV26°62°86°
CMYK 0.000.350.62   0.14
XYZ40.636135.345113.0680
Yxy35.34510.45630.3969
Hunter Lab59.451717.966728.5838
CIE-Lab66.016523.150942.7541

#db8f54 color RGB value is (219,143,84).

#db8f54 hex color red value is 219, green value is 143 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #db8f54 hue: 0.07 , saturation: 0.65 and the lightness value of db8f54 is 0.59.

The process color (four color CMYK) of #db8f54 color hex is 0.00, 0.35, 0.62, 0.14. Web safe color of #db8f54 is #cc9966. Color #db8f54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 01010100
Octal 333 217 124
Decimal 219 143 84
Hex DB 8F 54

RGB Percentages of Color #db8f54

%49.10
%32.06
%18.83

CMYK Percentages of Color #db8f54

%0
%35
%62
%14

Triadic Colors of #db8f54

#db8f54 #54db8f #8f54db

Analogous Colors of #db8f54

#db8f54 #dbd354 #db545d

Monochromatic Colors of #db8f54

#db8f54

Complementary Color

#db8f54 #54a0db

#db8f54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8f54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8f54 Color CSS Codes

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

#db8f54 Text Font Color

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

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


#db8f54 Background Color

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

This div background color is #db8f54


#db8f54 Border Color

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

This div border color is #db8f54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,143,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db8f54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db8f54;
  -webkit-box-shadow: 1px 1px 3px 2px #db8f54;
  box-shadow:         1px 1px 3px 2px #db8f54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,143,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8f54


Comments

No comments written yet.

Please login to write comment.