Color Hex Logo

#dbc151 Color Hex

#DBC151
(219,193,81)
0 Favorites   0 Comments

Color spaces of #dbc151

RGB 21919381
HSL0.140.660.59
HSV49°63°86°
CMYK 0.000.120.63   0.14
XYZ49.768653.794115.5448
Yxy53.79410.41780.4516
Hunter Lab73.3445-7.229938.7751
CIE-Lab78.3415-3.640858.1284

#dbc151 color RGB value is (219,193,81).

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

The process color (four color CMYK) of #dbc151 color hex is 0.00, 0.12, 0.63, 0.14. Web safe color of #dbc151 is #cccc66. Color #dbc151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01010001
Octal 333 301 121
Decimal 219 193 81
Hex DB C1 51

RGB Percentages of Color #dbc151

%44.42
%39.15
%16.43

CMYK Percentages of Color #dbc151

%0
%12
%63
%14

Triadic Colors of #dbc151

#dbc151 #51dbc1 #c151db

Analogous Colors of #dbc151

#dbc151 #b0db51 #db7c51

Monochromatic Colors of #dbc151

#dbc151

Complementary Color

#dbc151 #516bdb

#dbc151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc151 Color CSS Codes

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

#dbc151 Text Font Color

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

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


#dbc151 Background Color

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

This div background color is #dbc151


#dbc151 Border Color

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

This div border color is #dbc151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc151


Comments

No comments written yet.

Please login to write comment.