Color Hex Logo

#dbc154 Color Hex

#DBC154
(219,193,84)
0 Favorites   0 Comments

Color spaces of #dbc154

RGB 21919384
HSL0.130.650.59
HSV48°62°86°
CMYK 0.000.120.62   0.14
XYZ49.883653.840116.1505
Yxy53.84010.41610.4491
Hunter Lab73.3758-7.056838.3129
CIE-Lab78.3684-3.446556.8344

#dbc154 color RGB value is (219,193,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01010100
Octal 333 301 124
Decimal 219 193 84
Hex DB C1 54

RGB Percentages of Color #dbc154

%44.15
%38.91
%16.94

CMYK Percentages of Color #dbc154

%0
%12
%62
%14

Triadic Colors of #dbc154

#dbc154 #54dbc1 #c154db

Analogous Colors of #dbc154

#dbc154 #b2db54 #db7e54

Monochromatic Colors of #dbc154

#dbc154

Complementary Color

#dbc154 #546edb

#dbc154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc154 Color CSS Codes

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

#dbc154 Text Font Color

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

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


#dbc154 Background Color

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

This div background color is #dbc154


#dbc154 Border Color

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

This div border color is #dbc154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc154


Comments

No comments written yet.

Please login to write comment.