Color Hex Logo

#dbd215 Color Hex

#DBD215
(219,210,21)
0 Favorites   0 Comments

Color spaces of #dbd215

RGB 21921021
HSL0.160.830.47
HSV57°90°86°
CMYK 0.000.040.90   0.14
XYZ52.395461.20749.7621
Yxy61.20740.42470.4961
Hunter Lab78.2352-17.367147.3665
CIE-Lab82.4901-14.553780.2965

#dbd215 color RGB value is (219,210,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00010101
Octal 333 322 25
Decimal 219 210 21
Hex DB D2 15

RGB Percentages of Color #dbd215

%48.67
%46.67
%4.67

CMYK Percentages of Color #dbd215

%0
%4
%90
%14

Triadic Colors of #dbd215

#dbd215 #15dbd2 #d215db

Analogous Colors of #dbd215

#dbd215 #81db15 #db6f15

Monochromatic Colors of #dbd215

#dbd215

Complementary Color

#dbd215 #151edb

#dbd215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd215 Color CSS Codes

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

#dbd215 Text Font Color

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

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


#dbd215 Background Color

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

This div background color is #dbd215


#dbd215 Border Color

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

This div border color is #dbd215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd215


Comments

No comments written yet.

Please login to write comment.