Color Hex Logo

#dbd213 Color Hex

#DBD213
(219,210,19)
0 Favorites   0 Comments

Color spaces of #dbd213

RGB 21921019
HSL0.160.840.47
HSV57°91°86°
CMYK 0.000.040.91   0.14
XYZ52.377661.20039.6683
Yxy61.20030.42500.4966
Hunter Lab78.2306-17.392847.4340
CIE-Lab82.4863-14.583780.5776

#dbd213 color RGB value is (219,210,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00010011
Octal 333 322 23
Decimal 219 210 19
Hex DB D2 13

RGB Percentages of Color #dbd213

%48.88
%46.88
%4.24

CMYK Percentages of Color #dbd213

%0
%4
%91
%14

Triadic Colors of #dbd213

#dbd213 #13dbd2 #d213db

Analogous Colors of #dbd213

#dbd213 #80db13 #db6e13

Monochromatic Colors of #dbd213

#dbd213

Complementary Color

#dbd213 #131cdb

#dbd213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd213 Color CSS Codes

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

#dbd213 Text Font Color

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

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


#dbd213 Background Color

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

This div background color is #dbd213


#dbd213 Border Color

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

This div border color is #dbd213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,210,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 #dbd213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd213


Comments

No comments written yet.

Please login to write comment.