Color Hex Logo

#dbc032 Color Hex

#DBC032
(219,192,50)
0 Favorites   0 Comments

Color spaces of #dbc032

RGB 21919250
HSL0.140.700.53
HSV50°77°86°
CMYK 0.000.120.77   0.14
XYZ48.638852.989610.6821
Yxy52.98960.43310.4718
Hunter Lab72.7940-8.120942.2553
CIE-Lab77.8689-4.676469.6008

#dbc032 color RGB value is (219,192,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00110010
Octal 333 300 62
Decimal 219 192 50
Hex DB C0 32

RGB Percentages of Color #dbc032

%47.51
%41.65
%10.85

CMYK Percentages of Color #dbc032

%0
%12
%77
%14

Triadic Colors of #dbc032

#dbc032 #32dbc0 #c032db

Analogous Colors of #dbc032

#dbc032 #a2db32 #db6c32

Monochromatic Colors of #dbc032

#dbc032

Complementary Color

#dbc032 #324ddb

#dbc032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc032 Color CSS Codes

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

#dbc032 Text Font Color

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

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


#dbc032 Background Color

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

This div background color is #dbc032


#dbc032 Border Color

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

This div border color is #dbc032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc032


Comments

No comments written yet.

Please login to write comment.