Color Hex Logo

#dbc136 Color Hex

#DBC136
(219,193,54)
0 Favorites   0 Comments

Color spaces of #dbc136

RGB 21919354
HSL0.140.700.54
HSV51°75°86°
CMYK 0.000.120.75   0.14
XYZ48.949253.466311.2302
Yxy53.46630.43070.4705
Hunter Lab73.1207-8.467842.0784
CIE-Lab78.1495-5.037168.5333

#dbc136 color RGB value is (219,193,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00110110
Octal 333 301 66
Decimal 219 193 54
Hex DB C1 36

RGB Percentages of Color #dbc136

%47.00
%41.42
%11.59

CMYK Percentages of Color #dbc136

%0
%12
%75
%14

Triadic Colors of #dbc136

#dbc136 #36dbc1 #c136db

Analogous Colors of #dbc136

#dbc136 #a3db36 #db6f36

Monochromatic Colors of #dbc136

#dbc136

Complementary Color

#dbc136 #3650db

#dbc136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc136 Color CSS Codes

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

#dbc136 Text Font Color

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

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


#dbc136 Background Color

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

This div background color is #dbc136


#dbc136 Border Color

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

This div border color is #dbc136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc136


Comments

No comments written yet.

Please login to write comment.