Color Hex Logo

#dbc48a Color Hex

#DBC48A
(219,196,138)
0 Favorites   0 Comments

Color spaces of #dbc48a

RGB 219196138
HSL0.120.530.70
HSV43°37°86°
CMYK 0.000.110.37   0.14
XYZ53.540856.374932.1043
Yxy56.37490.37700.3970
Hunter Lab75.0832-4.109827.2069
CIE-Lab79.8267-0.107632.1022

#dbc48a color RGB value is (219,196,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10001010
Octal 333 304 212
Decimal 219 196 138
Hex DB C4 8A

RGB Percentages of Color #dbc48a

%39.60
%35.44
%24.95

CMYK Percentages of Color #dbc48a

%0
%11
%37
%14

Triadic Colors of #dbc48a

#dbc48a #8adbc4 #c48adb

Analogous Colors of #dbc48a

#dbc48a #cadb8a #db9c8a

Monochromatic Colors of #dbc48a

#dbc48a

Complementary Color

#dbc48a #8aa1db

#dbc48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc48a Color CSS Codes

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

#dbc48a Text Font Color

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

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


#dbc48a Background Color

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

This div background color is #dbc48a


#dbc48a Border Color

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

This div border color is #dbc48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc48a


Comments

No comments written yet.

Please login to write comment.