Color Hex Logo

#dbc232 Color Hex

#DBC232
(219,194,50)
0 Favorites   0 Comments

Color spaces of #dbc232

RGB 21919450
HSL0.140.700.53
HSV51°77°86°
CMYK 0.000.110.77   0.14
XYZ49.080953.873910.8295
Yxy53.87390.43140.4735
Hunter Lab73.3988-9.087242.6314
CIE-Lab78.3881-5.706670.0738

#dbc232 color RGB value is (219,194,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00110010
Octal 333 302 62
Decimal 219 194 50
Hex DB C2 32

RGB Percentages of Color #dbc232

%47.30
%41.90
%10.80

CMYK Percentages of Color #dbc232

%0
%11
%77
%14

Triadic Colors of #dbc232

#dbc232 #32dbc2 #c232db

Analogous Colors of #dbc232

#dbc232 #a0db32 #db6e32

Monochromatic Colors of #dbc232

#dbc232

Complementary Color

#dbc232 #324bdb

#dbc232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc232 Color CSS Codes

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

#dbc232 Text Font Color

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

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


#dbc232 Background Color

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

This div background color is #dbc232


#dbc232 Border Color

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

This div border color is #dbc232


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,194,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 #dbc232">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc232

#dbc232 Color Palettes


Comments

No comments written yet.

Please login to write comment.