Color Hex Logo

#db933d Color Hex

#DB933D
(219,147,61)
0 Favorites   0 Comments

Color spaces of #db933d

RGB 21914761
HSL0.090.690.55
HSV33°72°86°
CMYK 0.000.330.72   0.14
XYZ40.489436.26449.2806
Yxy36.26440.47060.4215
Hunter Lab60.219914.631233.0167
CIE-Lab66.721519.658354.6058

#db933d color RGB value is (219,147,61).

#db933d hex color red value is 219, green value is 147 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db933d hue: 0.09 , saturation: 0.69 and the lightness value of db933d is 0.55.

The process color (four color CMYK) of #db933d color hex is 0.00, 0.33, 0.72, 0.14. Web safe color of #db933d is #cc9933. Color #db933d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 00111101
Octal 333 223 75
Decimal 219 147 61
Hex DB 93 3D

RGB Percentages of Color #db933d

%51.29
%34.43
%14.29

CMYK Percentages of Color #db933d

%0
%33
%72
%14

Triadic Colors of #db933d

#db933d #3ddb93 #933ddb

Analogous Colors of #db933d

#db933d #d4db3d #db443d

Monochromatic Colors of #db933d

#db933d

Complementary Color

#db933d #3d85db

#db933d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db933d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db933d Color CSS Codes

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

#db933d Text Font Color

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

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


#db933d Background Color

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

This div background color is #db933d


#db933d Border Color

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

This div border color is #db933d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db933d


Comments

No comments written yet.

Please login to write comment.