Color Hex Logo

#dbc928 Color Hex

#DBC928
(219,201,40)
0 Favorites   0 Comments

Color spaces of #dbc928

RGB 21920140
HSL0.150.710.51
HSV54°82°86°
CMYK 0.000.080.82   0.14
XYZ50.483156.986610.3462
Yxy56.98660.42850.4837
Hunter Lab75.4895-12.735844.7166
CIE-Lab80.1721-9.611674.5490

#dbc928 color RGB value is (219,201,40).

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

The process color (four color CMYK) of #dbc928 color hex is 0.00, 0.08, 0.82, 0.14. Web safe color of #dbc928 is #cccc33. Color #dbc928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00101000
Octal 333 311 50
Decimal 219 201 40
Hex DB C9 28

RGB Percentages of Color #dbc928

%47.61
%43.70
%8.70

CMYK Percentages of Color #dbc928

%0
%8
%82
%14

Triadic Colors of #dbc928

#dbc928 #28dbc9 #c928db

Analogous Colors of #dbc928

#dbc928 #94db28 #db7028

Monochromatic Colors of #dbc928

#dbc928

Complementary Color

#dbc928 #283adb

#dbc928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc928 Color CSS Codes

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

#dbc928 Text Font Color

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

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


#dbc928 Background Color

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

This div background color is #dbc928


#dbc928 Border Color

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

This div border color is #dbc928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc928


Comments

No comments written yet.

Please login to write comment.