Color Hex Logo

#dbc532 Color Hex

#DBC532
(219,197,50)
0 Favorites   0 Comments

Color spaces of #dbc532

RGB 21919750
HSL0.140.700.53
HSV52°77°86°
CMYK 0.000.100.77   0.14
XYZ49.755455.222911.0543
Yxy55.22290.42880.4759
Hunter Lab74.3121-10.532243.1988
CIE-Lab79.1695-7.245370.7842

#dbc532 color RGB value is (219,197,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00110010
Octal 333 305 62
Decimal 219 197 50
Hex DB C5 32

RGB Percentages of Color #dbc532

%47.00
%42.27
%10.73

CMYK Percentages of Color #dbc532

%0
%10
%77
%14

Triadic Colors of #dbc532

#dbc532 #32dbc5 #c532db

Analogous Colors of #dbc532

#dbc532 #9ddb32 #db7132

Monochromatic Colors of #dbc532

#dbc532

Complementary Color

#dbc532 #3248db

#dbc532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc532 Color CSS Codes

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

#dbc532 Text Font Color

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

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


#dbc532 Background Color

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

This div background color is #dbc532


#dbc532 Border Color

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

This div border color is #dbc532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc532


Comments

No comments written yet.

Please login to write comment.