Color Hex Logo

#dbc382 Color Hex

#DBC382
(219,195,130)
0 Favorites   0 Comments

Color spaces of #dbc382

RGB 219195130
HSL0.120.550.68
HSV44°41°86°
CMYK 0.000.110.41   0.14
XYZ52.757855.702029.0900
Yxy55.70200.38360.4050
Hunter Lab74.6338-4.429429.1342
CIE-Lab79.4439-0.480535.7460

#dbc382 color RGB value is (219,195,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10000010
Octal 333 303 202
Decimal 219 195 130
Hex DB C3 82

RGB Percentages of Color #dbc382

%40.26
%35.85
%23.90

CMYK Percentages of Color #dbc382

%0
%11
%41
%14

Triadic Colors of #dbc382

#dbc382 #82dbc3 #c382db

Analogous Colors of #dbc382

#dbc382 #c7db82 #db9782

Monochromatic Colors of #dbc382

#dbc382

Complementary Color

#dbc382 #829adb

#dbc382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc382 Color CSS Codes

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

#dbc382 Text Font Color

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

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


#dbc382 Background Color

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

This div background color is #dbc382


#dbc382 Border Color

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

This div border color is #dbc382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc382


Comments

No comments written yet.

Please login to write comment.