Color Hex Logo

#dbd146 Color Hex

#DBD146
(219,209,70)
0 Favorites   0 Comments

Color spaces of #dbd146

RGB 21920970
HSL0.160.670.57
HSV56°68°86°
CMYK 0.000.050.68   0.14
XYZ53.119461.103214.7888
Yxy61.10320.41170.4736
Hunter Lab78.1685-15.495343.5008
CIE-Lab82.4342-12.432966.9075

#dbd146 color RGB value is (219,209,70).

#dbd146 hex color red value is 219, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dbd146 hue: 0.16 , saturation: 0.67 and the lightness value of dbd146 is 0.57.

The process color (four color CMYK) of #dbd146 color hex is 0.00, 0.05, 0.68, 0.14. Web safe color of #dbd146 is #cccc33. Color #dbd146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01000110
Octal 333 321 106
Decimal 219 209 70
Hex DB D1 46

RGB Percentages of Color #dbd146

%43.98
%41.97
%14.06

CMYK Percentages of Color #dbd146

%0
%5
%68
%14

Triadic Colors of #dbd146

#dbd146 #46dbd1 #d146db

Analogous Colors of #dbd146

#dbd146 #9bdb46 #db8746

Monochromatic Colors of #dbd146

#dbd146

Complementary Color

#dbd146 #4650db

#dbd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd146 Color CSS Codes

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

#dbd146 Text Font Color

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

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


#dbd146 Background Color

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

This div background color is #dbd146


#dbd146 Border Color

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

This div border color is #dbd146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd146

#dbd146 Color Palettes


Comments

No comments written yet.

Please login to write comment.