Color Hex Logo

#dbc350 Color Hex

#DBC350
(219,195,80)
0 Favorites   0 Comments

Color spaces of #dbc350

RGB 21919580
HSL0.140.660.59
HSV50°63°86°
CMYK 0.000.110.63   0.14
XYZ50.176554.669515.4971
Yxy54.66950.41690.4543
Hunter Lab73.9388-8.259039.3304
CIE-Lab78.8505-4.736759.1130

#dbc350 color RGB value is (219,195,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01010000
Octal 333 303 120
Decimal 219 195 80
Hex DB C3 50

RGB Percentages of Color #dbc350

%44.33
%39.47
%16.19

CMYK Percentages of Color #dbc350

%0
%11
%63
%14

Triadic Colors of #dbc350

#dbc350 #50dbc3 #c350db

Analogous Colors of #dbc350

#dbc350 #aedb50 #db7e50

Monochromatic Colors of #dbc350

#dbc350

Complementary Color

#dbc350 #5068db

#dbc350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc350 Color CSS Codes

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

#dbc350 Text Font Color

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

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


#dbc350 Background Color

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

This div background color is #dbc350


#dbc350 Border Color

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

This div border color is #dbc350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc350


Comments

No comments written yet.

Please login to write comment.