Color Hex Logo

#dbc383 Color Hex

#DBC383
(219,195,131)
0 Favorites   0 Comments

Color spaces of #dbc383

RGB 219195131
HSL0.120.550.69
HSV44°40°86°
CMYK 0.000.110.40   0.14
XYZ52.825355.729029.4453
Yxy55.72900.38280.4038
Hunter Lab74.6519-4.330228.8703
CIE-Lab79.4593-0.371835.2503

#dbc383 color RGB value is (219,195,131).

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

The process color (four color CMYK) of #dbc383 color hex is 0.00, 0.11, 0.40, 0.14. Web safe color of #dbc383 is #cccc99. Color #dbc383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10000011
Octal 333 303 203
Decimal 219 195 131
Hex DB C3 83

RGB Percentages of Color #dbc383

%40.18
%35.78
%24.04

CMYK Percentages of Color #dbc383

%0
%11
%40
%14

Triadic Colors of #dbc383

#dbc383 #83dbc3 #c383db

Analogous Colors of #dbc383

#dbc383 #c7db83 #db9783

Monochromatic Colors of #dbc383

#dbc383

Complementary Color

#dbc383 #839bdb

#dbc383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc383 Color CSS Codes

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

#dbc383 Text Font Color

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

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


#dbc383 Background Color

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

This div background color is #dbc383


#dbc383 Border Color

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

This div border color is #dbc383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc383


Comments

No comments written yet.

Please login to write comment.