Color Hex Logo

#dbc32a Color Hex

#DBC32A
(219,195,42)
0 Favorites   0 Comments

Color spaces of #dbc32a

RGB 21919542
HSL0.140.710.51
HSV52°81°86°
CMYK 0.000.110.81   0.14
XYZ49.146454.257410.0729
Yxy54.25740.43310.4781
Hunter Lab73.6596-9.807443.4539
CIE-Lab78.6116-6.491472.6693

#dbc32a color RGB value is (219,195,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00101010
Octal 333 303 52
Decimal 219 195 42
Hex DB C3 2A

RGB Percentages of Color #dbc32a

%48.03
%42.76
%9.21

CMYK Percentages of Color #dbc32a

%0
%11
%81
%14

Triadic Colors of #dbc32a

#dbc32a #2adbc3 #c32adb

Analogous Colors of #dbc32a

#dbc32a #9bdb2a #db6b2a

Monochromatic Colors of #dbc32a

#dbc32a

Complementary Color

#dbc32a #2a42db

#dbc32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc32a Color CSS Codes

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

#dbc32a Text Font Color

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

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


#dbc32a Background Color

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

This div background color is #dbc32a


#dbc32a Border Color

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

This div border color is #dbc32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc32a


Comments

No comments written yet.

Please login to write comment.