Color Hex Logo

#db692c Color Hex

#DB692C
(219,105,44)
0 Favorites   0 Comments

Color spaces of #db692c

RGB 21910544
HSL0.060.710.52
HSV21°80°86°
CMYK 0.000.520.80   0.14
XYZ34.719625.34515.4450
Yxy25.34510.53000.3869
Hunter Lab50.343935.000428.8282
CIE-Lab57.410140.999752.8847

#db692c color RGB value is (219,105,44).

#db692c hex color red value is 219, green value is 105 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db692c hue: 0.06 , saturation: 0.71 and the lightness value of db692c is 0.52.

The process color (four color CMYK) of #db692c color hex is 0.00, 0.52, 0.80, 0.14. Web safe color of #db692c is #cc6633. Color #db692c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 00101100
Octal 333 151 54
Decimal 219 105 44
Hex DB 69 2C

RGB Percentages of Color #db692c

%59.51
%28.53
%11.96

CMYK Percentages of Color #db692c

%0
%52
%80
%14

Triadic Colors of #db692c

#db692c #2cdb69 #692cdb

Analogous Colors of #db692c

#db692c #dbc12c #db2c46

Monochromatic Colors of #db692c

#db692c

Complementary Color

#db692c #2c9edb

#db692c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db692c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db692c Color CSS Codes

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

#db692c Text Font Color

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

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


#db692c Background Color

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

This div background color is #db692c


#db692c Border Color

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

This div border color is #db692c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db692c


Comments

No comments written yet.

Please login to write comment.