Color Hex Logo

#dbc103 Color Hex

#DBC103
(219,193,3)
0 Favorites   0 Comments

Color spaces of #dbc103

RGB 2191933
HSL0.150.970.44
HSV53°99°86°
CMYK 0.000.120.99   0.14
XYZ48.299853.20667.8104
Yxy53.20660.44180.4867
Hunter Lab72.9429-9.454544.7115
CIE-Lab77.9968-6.159278.9635

#dbc103 color RGB value is (219,193,3).

#dbc103 hex color red value is 219, green value is 193 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dbc103 hue: 0.15 , saturation: 0.97 and the lightness value of dbc103 is 0.44.

The process color (four color CMYK) of #dbc103 color hex is 0.00, 0.12, 0.99, 0.14. Web safe color of #dbc103 is #cccc00. Color #dbc103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00000011
Octal 333 301 3
Decimal 219 193 3
Hex DB C1 3

RGB Percentages of Color #dbc103

%52.77
%46.51
%0.72

CMYK Percentages of Color #dbc103

%0
%12
%99
%14

Triadic Colors of #dbc103

#dbc103 #03dbc1 #c103db

Analogous Colors of #dbc103

#dbc103 #89db03 #db5503

Monochromatic Colors of #dbc103

#dbc103

Complementary Color

#dbc103 #031ddb

#dbc103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc103 Color CSS Codes

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

#dbc103 Text Font Color

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

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


#dbc103 Background Color

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

This div background color is #dbc103


#dbc103 Border Color

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

This div border color is #dbc103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc103


Comments

No comments written yet.

Please login to write comment.