Color Hex Logo

#dbd365 Color Hex

#DBD365
(219,211,101)
0 Favorites   0 Comments

Color spaces of #dbd365

RGB 219211101
HSL0.160.620.63
HSV56°54°86°
CMYK 0.000.040.54   0.14
XYZ54.856662.588221.5014
Yxy62.58820.39480.4504
Hunter Lab79.1127-14.675739.2649
CIE-Lab83.2252-11.401054.6121

#dbd365 color RGB value is (219,211,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 01100101
Octal 333 323 145
Decimal 219 211 101
Hex DB D3 65

RGB Percentages of Color #dbd365

%41.24
%39.74
%19.02

CMYK Percentages of Color #dbd365

%0
%4
%54
%14

Triadic Colors of #dbd365

#dbd365 #65dbd3 #d365db

Analogous Colors of #dbd365

#dbd365 #a8db65 #db9865

Monochromatic Colors of #dbd365

#dbd365

Complementary Color

#dbd365 #656ddb

#dbd365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd365 Color CSS Codes

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

#dbd365 Text Font Color

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

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


#dbd365 Background Color

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

This div background color is #dbd365


#dbd365 Border Color

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

This div border color is #dbd365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd365


Comments

No comments written yet.

Please login to write comment.