Color Hex Logo

#dbc529 Color Hex

#DBC529
(219,197,41)
0 Favorites   0 Comments

Color spaces of #dbc529

RGB 21919741
HSL0.150.710.51
HSV53°81°86°
CMYK 0.000.100.81   0.14
XYZ49.579955.152710.1302
Yxy55.15270.43160.4802
Hunter Lab74.2649-10.795343.8979
CIE-Lab79.1291-7.545773.3905

#dbc529 color RGB value is (219,197,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00101001
Octal 333 305 51
Decimal 219 197 41
Hex DB C5 29

RGB Percentages of Color #dbc529

%47.92
%43.11
%8.97

CMYK Percentages of Color #dbc529

%0
%10
%81
%14

Triadic Colors of #dbc529

#dbc529 #29dbc5 #c529db

Analogous Colors of #dbc529

#dbc529 #98db29 #db6c29

Monochromatic Colors of #dbc529

#dbc529

Complementary Color

#dbc529 #293fdb

#dbc529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc529 Color CSS Codes

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

#dbc529 Text Font Color

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

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


#dbc529 Background Color

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

This div background color is #dbc529


#dbc529 Border Color

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

This div border color is #dbc529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc529


Comments

No comments written yet.

Please login to write comment.