Color Hex Logo

#db923f Color Hex

#DB923F
(219,146,63)
0 Favorites   0 Comments

Color spaces of #db923f

RGB 21914663
HSL0.090.680.55
HSV32°71°86°
CMYK 0.000.330.71   0.14
XYZ40.389535.97679.5181
Yxy35.97670.47030.4189
Hunter Lab59.980615.231732.5779
CIE-Lab66.502120.294153.4831

#db923f color RGB value is (219,146,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 00111111
Octal 333 222 77
Decimal 219 146 63
Hex DB 92 3F

RGB Percentages of Color #db923f

%51.17
%34.11
%14.72

CMYK Percentages of Color #db923f

%0
%33
%71
%14

Triadic Colors of #db923f

#db923f #3fdb92 #923fdb

Analogous Colors of #db923f

#db923f #d6db3f #db443f

Monochromatic Colors of #db923f

#db923f

Complementary Color

#db923f #3f88db

#db923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db923f Color CSS Codes

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

#db923f Text Font Color

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

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


#db923f Background Color

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

This div background color is #db923f


#db923f Border Color

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

This div border color is #db923f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db923f


Comments

No comments written yet.

Please login to write comment.