Color Hex Logo

#dbc32e Color Hex

#DBC32E
(219,195,46)
0 Favorites   0 Comments

Color spaces of #dbc32e

RGB 21919546
HSL0.140.710.52
HSV52°79°86°
CMYK 0.000.110.79   0.14
XYZ49.221754.287510.4691
Yxy54.28750.43190.4763
Hunter Lab73.6801-9.693843.1516
CIE-Lab78.6291-6.361971.5288

#dbc32e color RGB value is (219,195,46).

#dbc32e hex color red value is 219, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dbc32e hue: 0.14 , saturation: 0.71 and the lightness value of dbc32e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00101110
Octal 333 303 56
Decimal 219 195 46
Hex DB C3 2E

RGB Percentages of Color #dbc32e

%47.61
%42.39
%10.00

CMYK Percentages of Color #dbc32e

%0
%11
%79
%14

Triadic Colors of #dbc32e

#dbc32e #2edbc3 #c32edb

Analogous Colors of #dbc32e

#dbc32e #9ddb2e #db6d2e

Monochromatic Colors of #dbc32e

#dbc32e

Complementary Color

#dbc32e #2e46db

#dbc32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc32e Color CSS Codes

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

#dbc32e Text Font Color

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

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


#dbc32e Background Color

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

This div background color is #dbc32e


#dbc32e Border Color

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

This div border color is #dbc32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc32e


Comments

No comments written yet.

Please login to write comment.