Color Hex Logo

#dbc134 Color Hex

#DBC134
(219,193,52)
0 Favorites   0 Comments

Color spaces of #dbc134

RGB 21919352
HSL0.140.700.53
HSV51°76°86°
CMYK 0.000.120.76   0.14
XYZ48.903253.447910.9878
Yxy53.44790.43150.4716
Hunter Lab73.1081-8.537542.2646
CIE-Lab78.1387-5.116169.1944

#dbc134 color RGB value is (219,193,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00110100
Octal 333 301 64
Decimal 219 193 52
Hex DB C1 34

RGB Percentages of Color #dbc134

%47.20
%41.59
%11.21

CMYK Percentages of Color #dbc134

%0
%12
%76
%14

Triadic Colors of #dbc134

#dbc134 #34dbc1 #c134db

Analogous Colors of #dbc134

#dbc134 #a2db34 #db6e34

Monochromatic Colors of #dbc134

#dbc134

Complementary Color

#dbc134 #344edb

#dbc134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc134 Color CSS Codes

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

#dbc134 Text Font Color

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

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


#dbc134 Background Color

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

This div background color is #dbc134


#dbc134 Border Color

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

This div border color is #dbc134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc134


Comments

No comments written yet.

Please login to write comment.