Color Hex Logo

#dbc621 Color Hex

#DBC621
(219,198,33)
0 Favorites   0 Comments

Color spaces of #dbc621

RGB 21919833
HSL0.150.740.49
HSV53°85°86°
CMYK 0.000.100.85   0.14
XYZ49.682055.55809.5441
Yxy55.55800.43280.4840
Hunter Lab74.5372-11.462944.5843
CIE-Lab79.3616-8.271675.5739

#dbc621 color RGB value is (219,198,33).

#dbc621 hex color red value is 219, green value is 198 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dbc621 hue: 0.15 , saturation: 0.74 and the lightness value of dbc621 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00100001
Octal 333 306 41
Decimal 219 198 33
Hex DB C6 21

RGB Percentages of Color #dbc621

%48.67
%44.00
%7.33

CMYK Percentages of Color #dbc621

%0
%10
%85
%14

Triadic Colors of #dbc621

#dbc621 #21dbc6 #c621db

Analogous Colors of #dbc621

#dbc621 #93db21 #db6921

Monochromatic Colors of #dbc621

#dbc621

Complementary Color

#dbc621 #2136db

#dbc621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc621 Color CSS Codes

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

#dbc621 Text Font Color

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

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


#dbc621 Background Color

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

This div background color is #dbc621


#dbc621 Border Color

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

This div border color is #dbc621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc621


Comments

No comments written yet.

Please login to write comment.