Color Hex Logo

#dbc60e Color Hex

#DBC60E
(219,198,14)
0 Favorites   0 Comments

Color spaces of #dbc60e

RGB 21919814
HSL0.150.880.46
HSV54°94°86°
CMYK 0.000.100.94   0.14
XYZ49.486855.47998.5159
Yxy55.47990.43610.4889
Hunter Lab74.4848-11.755345.3607
CIE-Lab79.3169-8.607178.8091

#dbc60e color RGB value is (219,198,14).

#dbc60e hex color red value is 219, green value is 198 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbc60e hue: 0.15 , saturation: 0.88 and the lightness value of dbc60e is 0.46.

The process color (four color CMYK) of #dbc60e color hex is 0.00, 0.10, 0.94, 0.14. Web safe color of #dbc60e is #cccc00. Color #dbc60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00001110
Octal 333 306 16
Decimal 219 198 14
Hex DB C6 E

RGB Percentages of Color #dbc60e

%50.81
%45.94
%3.25

CMYK Percentages of Color #dbc60e

%0
%10
%94
%14

Triadic Colors of #dbc60e

#dbc60e #0edbc6 #c60edb

Analogous Colors of #dbc60e

#dbc60e #8adb0e #db600e

Monochromatic Colors of #dbc60e

#dbc60e

Complementary Color

#dbc60e #0e23db

#dbc60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc60e Color CSS Codes

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

#dbc60e Text Font Color

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

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


#dbc60e Background Color

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

This div background color is #dbc60e


#dbc60e Border Color

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

This div border color is #dbc60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc60e


Comments

No comments written yet.

Please login to write comment.