Color Hex Logo

#dbc145 Color Hex

#DBC145
(219,193,69)
0 Favorites   0 Comments

Color spaces of #dbc145

RGB 21919369
HSL0.140.680.56
HSV50°68°86°
CMYK 0.000.120.68   0.14
XYZ49.357653.629713.3804
Yxy53.62970.42420.4609
Hunter Lab73.2323-7.849940.4296
CIE-Lab78.2453-4.338663.0584

#dbc145 color RGB value is (219,193,69).

#dbc145 hex color red value is 219, green value is 193 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dbc145 hue: 0.14 , saturation: 0.68 and the lightness value of dbc145 is 0.56.

The process color (four color CMYK) of #dbc145 color hex is 0.00, 0.12, 0.68, 0.14. Web safe color of #dbc145 is #cccc33. Color #dbc145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01000101
Octal 333 301 105
Decimal 219 193 69
Hex DB C1 45

RGB Percentages of Color #dbc145

%45.53
%40.12
%14.35

CMYK Percentages of Color #dbc145

%0
%12
%68
%14

Triadic Colors of #dbc145

#dbc145 #45dbc1 #c145db

Analogous Colors of #dbc145

#dbc145 #aadb45 #db7645

Monochromatic Colors of #dbc145

#dbc145

Complementary Color

#dbc145 #455fdb

#dbc145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc145 Color CSS Codes

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

#dbc145 Text Font Color

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

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


#dbc145 Background Color

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

This div background color is #dbc145


#dbc145 Border Color

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

This div border color is #dbc145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc145


Comments

No comments written yet.

Please login to write comment.