Color Hex Logo

#dbc050 Color Hex

#DBC050
(219,192,80)
0 Favorites   0 Comments

Color spaces of #dbc050

RGB 21919280
HSL0.130.660.59
HSV48°63°86°
CMYK 0.000.120.63   0.14
XYZ49.511053.338515.2753
Yxy53.33850.41910.4515
Hunter Lab73.0332-6.798638.7224
CIE-Lab78.0744-3.186158.2755

#dbc050 color RGB value is (219,192,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01010000
Octal 333 300 120
Decimal 219 192 80
Hex DB C0 50

RGB Percentages of Color #dbc050

%44.60
%39.10
%16.29

CMYK Percentages of Color #dbc050

%0
%12
%63
%14

Triadic Colors of #dbc050

#dbc050 #50dbc0 #c050db

Analogous Colors of #dbc050

#dbc050 #b1db50 #db7b50

Monochromatic Colors of #dbc050

#dbc050

Complementary Color

#dbc050 #506bdb

#dbc050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc050 Color CSS Codes

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

#dbc050 Text Font Color

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

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


#dbc050 Background Color

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

This div background color is #dbc050


#dbc050 Border Color

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

This div border color is #dbc050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc050


Comments

No comments written yet.

Please login to write comment.