Color Hex Logo

#dbcc19 Color Hex

#DBCC19
(219,204,25)
0 Favorites   0 Comments

Color spaces of #dbcc19

RGB 21920425
HSL0.150.800.48
HSV55°89°86°
CMYK 0.000.070.89   0.14
XYZ50.981858.31609.4888
Yxy58.31600.42920.4909
Hunter Lab76.3649-14.470646.0883
CIE-Lab80.9142-11.481478.4226

#dbcc19 color RGB value is (219,204,25).

#dbcc19 hex color red value is 219, green value is 204 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dbcc19 hue: 0.15 , saturation: 0.80 and the lightness value of dbcc19 is 0.48.

The process color (four color CMYK) of #dbcc19 color hex is 0.00, 0.07, 0.89, 0.14. Web safe color of #dbcc19 is #cccc00. Color #dbcc19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 00011001
Octal 333 314 31
Decimal 219 204 25
Hex DB CC 19

RGB Percentages of Color #dbcc19

%48.88
%45.54
%5.58

CMYK Percentages of Color #dbcc19

%0
%7
%89
%14

Triadic Colors of #dbcc19

#dbcc19 #19dbcc #cc19db

Analogous Colors of #dbcc19

#dbcc19 #89db19 #db6b19

Monochromatic Colors of #dbcc19

#dbcc19

Complementary Color

#dbcc19 #1928db

#dbcc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc19 Color CSS Codes

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

#dbcc19 Text Font Color

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

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


#dbcc19 Background Color

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

This div background color is #dbcc19


#dbcc19 Border Color

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

This div border color is #dbcc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc19


Comments

No comments written yet.

Please login to write comment.