Color Hex Logo

#dbd950 Color Hex

#DBD950
(219,217,80)
0 Favorites   0 Comments

Color spaces of #dbd950

RGB 21921780
HSL0.160.660.59
HSV59°63°86°
CMYK 0.000.010.63   0.14
XYZ55.474265.265017.2630
Yxy65.26500.40200.4729
Hunter Lab80.7868-18.805443.8813
CIE-Lab84.6201-15.856965.2361

#dbd950 color RGB value is (219,217,80).

#dbd950 hex color red value is 219, green value is 217 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dbd950 hue: 0.16 , saturation: 0.66 and the lightness value of dbd950 is 0.59.

The process color (four color CMYK) of #dbd950 color hex is 0.00, 0.01, 0.63, 0.14. Web safe color of #dbd950 is #cccc66. Color #dbd950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01010000
Octal 333 331 120
Decimal 219 217 80
Hex DB D9 50

RGB Percentages of Color #dbd950

%42.44
%42.05
%15.50

CMYK Percentages of Color #dbd950

%0
%1
%63
%14

Triadic Colors of #dbd950

#dbd950 #50dbd9 #d950db

Analogous Colors of #dbd950

#dbd950 #98db50 #db9450

Monochromatic Colors of #dbd950

#dbd950

Complementary Color

#dbd950 #5052db

#dbd950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd950 Color CSS Codes

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

#dbd950 Text Font Color

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

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


#dbd950 Background Color

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

This div background color is #dbd950


#dbd950 Border Color

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

This div border color is #dbd950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd950


Comments

No comments written yet.

Please login to write comment.