Color Hex Logo

#dbc950 Color Hex

#DBC950
(219,201,80)
0 Favorites   0 Comments

Color spaces of #dbc950

RGB 21920180
HSL0.150.660.59
HSV52°63°86°
CMYK 0.000.080.63   0.14
XYZ51.548057.412515.9543
Yxy57.41250.41270.4596
Hunter Lab75.7710-11.163540.5557
CIE-Lab80.4110-7.814460.7866

#dbc950 color RGB value is (219,201,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01010000
Octal 333 311 120
Decimal 219 201 80
Hex DB C9 50

RGB Percentages of Color #dbc950

%43.80
%40.20
%16.00

CMYK Percentages of Color #dbc950

%0
%8
%63
%14

Triadic Colors of #dbc950

#dbc950 #50dbc9 #c950db

Analogous Colors of #dbc950

#dbc950 #a8db50 #db8450

Monochromatic Colors of #dbc950

#dbc950

Complementary Color

#dbc950 #5062db

#dbc950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc950 Color CSS Codes

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

#dbc950 Text Font Color

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

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


#dbc950 Background Color

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

This div background color is #dbc950


#dbc950 Border Color

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

This div border color is #dbc950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc950


Comments

No comments written yet.

Please login to write comment.