Color Hex Logo

#dbc432 Color Hex

#DBC432
(219,196,50)
0 Favorites   0 Comments

Color spaces of #dbc432

RGB 21919650
HSL0.140.700.53
HSV52°77°86°
CMYK 0.000.110.77   0.14
XYZ49.529154.770210.9789
Yxy54.77020.42960.4751
Hunter Lab74.0069-10.051043.0092
CIE-Lab78.9087-6.733170.5472

#dbc432 color RGB value is (219,196,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00110010
Octal 333 304 62
Decimal 219 196 50
Hex DB C4 32

RGB Percentages of Color #dbc432

%47.10
%42.15
%10.75

CMYK Percentages of Color #dbc432

%0
%11
%77
%14

Triadic Colors of #dbc432

#dbc432 #32dbc4 #c432db

Analogous Colors of #dbc432

#dbc432 #9edb32 #db7032

Monochromatic Colors of #dbc432

#dbc432

Complementary Color

#dbc432 #3249db

#dbc432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc432 Color CSS Codes

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

#dbc432 Text Font Color

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

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


#dbc432 Background Color

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

This div background color is #dbc432


#dbc432 Border Color

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

This div border color is #dbc432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc432


Comments

No comments written yet.

Please login to write comment.