Color Hex Logo

#dbc106 Color Hex

#DBC106
(219,193,6)
0 Favorites   0 Comments

Color spaces of #dbc106

RGB 2191936
HSL0.150.950.44
HSV53°97°86°
CMYK 0.000.120.97   0.14
XYZ48.316353.21317.8969
Yxy53.21310.44150.4863
Hunter Lab72.9473-9.429244.6447
CIE-Lab78.0006-6.130378.6644

#dbc106 color RGB value is (219,193,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00000110
Octal 333 301 6
Decimal 219 193 6
Hex DB C1 6

RGB Percentages of Color #dbc106

%52.39
%46.17
%1.44

CMYK Percentages of Color #dbc106

%0
%12
%97
%14

Triadic Colors of #dbc106

#dbc106 #06dbc1 #c106db

Analogous Colors of #dbc106

#dbc106 #8bdb06 #db5706

Monochromatic Colors of #dbc106

#dbc106

Complementary Color

#dbc106 #0620db

#dbc106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc106 Color CSS Codes

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

#dbc106 Text Font Color

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

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


#dbc106 Background Color

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

This div background color is #dbc106


#dbc106 Border Color

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

This div border color is #dbc106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc106


Comments

No comments written yet.

Please login to write comment.