Color Hex Logo

#dbd465 Color Hex

#DBD465
(219,212,101)
0 Favorites   0 Comments

Color spaces of #dbd465

RGB 219212101
HSL0.160.620.63
HSV56°54°86°
CMYK 0.000.030.54   0.14
XYZ55.105963.086621.5845
Yxy63.08660.39420.4513
Hunter Lab79.4271-15.155439.4868
CIE-Lab83.4879-11.903654.9151

#dbd465 color RGB value is (219,212,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01100101
Octal 333 324 145
Decimal 219 212 101
Hex DB D4 65

RGB Percentages of Color #dbd465

%41.17
%39.85
%18.98

CMYK Percentages of Color #dbd465

%0
%3
%54
%14

Triadic Colors of #dbd465

#dbd465 #65dbd4 #d465db

Analogous Colors of #dbd465

#dbd465 #a7db65 #db9965

Monochromatic Colors of #dbd465

#dbd465

Complementary Color

#dbd465 #656cdb

#dbd465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd465 Color CSS Codes

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

#dbd465 Text Font Color

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

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


#dbd465 Background Color

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

This div background color is #dbd465


#dbd465 Border Color

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

This div border color is #dbd465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd465


Comments

No comments written yet.

Please login to write comment.