Color Hex Logo

#dbc19a Color Hex

#DBC19A
(219,193,154)
0 Favorites   0 Comments

Color spaces of #dbc19a

RGB 219193154
HSL0.100.470.73
HSV36°30°86°
CMYK 0.000.120.30   0.14
XYZ54.116155.533138.4386
Yxy55.53310.36540.3750
Hunter Lab74.5205-0.785921.5819
CIE-Lab79.34743.432423.0409

#dbc19a color RGB value is (219,193,154).

#dbc19a hex color red value is 219, green value is 193 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dbc19a hue: 0.10 , saturation: 0.47 and the lightness value of dbc19a is 0.73.

The process color (four color CMYK) of #dbc19a color hex is 0.00, 0.12, 0.30, 0.14. Web safe color of #dbc19a is #cccc99. Color #dbc19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 10011010
Octal 333 301 232
Decimal 219 193 154
Hex DB C1 9A

RGB Percentages of Color #dbc19a

%38.69
%34.10
%27.21

CMYK Percentages of Color #dbc19a

%0
%12
%30
%14

Triadic Colors of #dbc19a

#dbc19a #9adbc1 #c19adb

Analogous Colors of #dbc19a

#dbc19a #d5db9a #dba19a

Monochromatic Colors of #dbc19a

#dbc19a

Complementary Color

#dbc19a #9ab4db

#dbc19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc19a Color CSS Codes

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

#dbc19a Text Font Color

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

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


#dbc19a Background Color

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

This div background color is #dbc19a


#dbc19a Border Color

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

This div border color is #dbc19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc19a


Comments

No comments written yet.

Please login to write comment.