Color Hex Logo

#dbc213 Color Hex

#DBC213
(219,194,19)
0 Favorites   0 Comments

Color spaces of #dbc213

RGB 21919419
HSL0.150.840.47
HSV53°91°86°
CMYK 0.000.110.91   0.14
XYZ48.622753.69078.4167
Yxy53.69070.43910.4849
Hunter Lab73.2739-9.781444.4813
CIE-Lab78.2810-6.497177.3566

#dbc213 color RGB value is (219,194,19).

#dbc213 hex color red value is 219, green value is 194 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dbc213 hue: 0.15 , saturation: 0.84 and the lightness value of dbc213 is 0.47.

The process color (four color CMYK) of #dbc213 color hex is 0.00, 0.11, 0.91, 0.14. Web safe color of #dbc213 is #cccc00. Color #dbc213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00010011
Octal 333 302 23
Decimal 219 194 19
Hex DB C2 13

RGB Percentages of Color #dbc213

%50.69
%44.91
%4.40

CMYK Percentages of Color #dbc213

%0
%11
%91
%14

Triadic Colors of #dbc213

#dbc213 #13dbc2 #c213db

Analogous Colors of #dbc213

#dbc213 #90db13 #db5e13

Monochromatic Colors of #dbc213

#dbc213

Complementary Color

#dbc213 #132cdb

#dbc213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc213 Color CSS Codes

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

#dbc213 Text Font Color

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

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


#dbc213 Background Color

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

This div background color is #dbc213


#dbc213 Border Color

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

This div border color is #dbc213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc213


Comments

No comments written yet.

Please login to write comment.