Color Hex Logo

#dbd46a Color Hex

#DBD46A
(219,212,106)
0 Favorites   0 Comments

Color spaces of #dbd46a

RGB 219212106
HSL0.160.610.64
HSV56°52°86°
CMYK 0.000.030.52   0.14
XYZ55.358463.187622.9144
Yxy63.18760.39130.4467
Hunter Lab79.4906-14.798738.5522
CIE-Lab83.5410-11.496552.6591

#dbd46a color RGB value is (219,212,106).

#dbd46a hex color red value is 219, green value is 212 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dbd46a hue: 0.16 , saturation: 0.61 and the lightness value of dbd46a is 0.64.

The process color (four color CMYK) of #dbd46a color hex is 0.00, 0.03, 0.52, 0.14. Web safe color of #dbd46a is #cccc66. Color #dbd46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01101010
Octal 333 324 152
Decimal 219 212 106
Hex DB D4 6A

RGB Percentages of Color #dbd46a

%40.78
%39.48
%19.74

CMYK Percentages of Color #dbd46a

%0
%3
%52
%14

Triadic Colors of #dbd46a

#dbd46a #6adbd4 #d46adb

Analogous Colors of #dbd46a

#dbd46a #aadb6a #db9c6a

Monochromatic Colors of #dbd46a

#dbd46a

Complementary Color

#dbd46a #6a71db

#dbd46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd46a Color CSS Codes

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

#dbd46a Text Font Color

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

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


#dbd46a Background Color

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

This div background color is #dbd46a


#dbd46a Border Color

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

This div border color is #dbd46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd46a


Comments

No comments written yet.

Please login to write comment.