Color Hex Logo

#dbc38f Color Hex

#DBC38F
(219,195,143)
0 Favorites   0 Comments

Color spaces of #dbc38f

RGB 219195143
HSL0.110.510.71
HSV41°35°86°
CMYK 0.000.110.35   0.14
XYZ53.686456.073533.9803
Yxy56.07350.37350.3901
Hunter Lab74.8822-3.069425.5128
CIE-Lab79.65561.003829.2633

#dbc38f color RGB value is (219,195,143).

#dbc38f hex color red value is 219, green value is 195 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbc38f hue: 0.11 , saturation: 0.51 and the lightness value of dbc38f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10001111
Octal 333 303 217
Decimal 219 195 143
Hex DB C3 8F

RGB Percentages of Color #dbc38f

%39.32
%35.01
%25.67

CMYK Percentages of Color #dbc38f

%0
%11
%35
%14

Triadic Colors of #dbc38f

#dbc38f #8fdbc3 #c38fdb

Analogous Colors of #dbc38f

#dbc38f #cddb8f #db9d8f

Monochromatic Colors of #dbc38f

#dbc38f

Complementary Color

#dbc38f #8fa7db

#dbc38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc38f Color CSS Codes

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

#dbc38f Text Font Color

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

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


#dbc38f Background Color

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

This div background color is #dbc38f


#dbc38f Border Color

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

This div border color is #dbc38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc38f


Comments

No comments written yet.

Please login to write comment.