Color Hex Logo

#dbc48b Color Hex

#DBC48B
(219,196,139)
0 Favorites   0 Comments

Color spaces of #dbc48b

RGB 219196139
HSL0.120.530.70
HSV43°37°86°
CMYK 0.000.110.37   0.14
XYZ53.613556.404032.4874
Yxy56.40400.37620.3958
Hunter Lab75.1026-4.003726.9245
CIE-Lab79.84320.008231.6033

#dbc48b color RGB value is (219,196,139).

#dbc48b hex color red value is 219, green value is 196 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dbc48b hue: 0.12 , saturation: 0.53 and the lightness value of dbc48b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10001011
Octal 333 304 213
Decimal 219 196 139
Hex DB C4 8B

RGB Percentages of Color #dbc48b

%39.53
%35.38
%25.09

CMYK Percentages of Color #dbc48b

%0
%11
%37
%14

Triadic Colors of #dbc48b

#dbc48b #8bdbc4 #c48bdb

Analogous Colors of #dbc48b

#dbc48b #cadb8b #db9c8b

Monochromatic Colors of #dbc48b

#dbc48b

Complementary Color

#dbc48b #8ba2db

#dbc48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc48b Color CSS Codes

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

#dbc48b Text Font Color

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

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


#dbc48b Background Color

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

This div background color is #dbc48b


#dbc48b Border Color

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

This div border color is #dbc48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc48b


Comments

No comments written yet.

Please login to write comment.