Color Hex Logo

#dbd76a Color Hex

#DBD76A
(219,215,106)
0 Favorites   0 Comments

Color spaces of #dbd76a

RGB 219215106
HSL0.160.610.64
HSV58°52°86°
CMYK 0.000.020.52   0.14
XYZ56.115464.701623.1667
Yxy64.70160.38970.4494
Hunter Lab80.4373-16.238539.2300
CIE-Lab84.3297-13.001553.5840

#dbd76a color RGB value is (219,215,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01101010
Octal 333 327 152
Decimal 219 215 106
Hex DB D7 6A

RGB Percentages of Color #dbd76a

%40.56
%39.81
%19.63

CMYK Percentages of Color #dbd76a

%0
%2
%52
%14

Triadic Colors of #dbd76a

#dbd76a #6adbd7 #d76adb

Analogous Colors of #dbd76a

#dbd76a #a7db6a #db9f6a

Monochromatic Colors of #dbd76a

#dbd76a

Complementary Color

#dbd76a #6a6edb

#dbd76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd76a Color CSS Codes

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

#dbd76a Text Font Color

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

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


#dbd76a Background Color

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

This div background color is #dbd76a


#dbd76a Border Color

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

This div border color is #dbd76a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,215,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 #dbd76a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd76a


Comments

No comments written yet.

Please login to write comment.