Color Hex Logo

#dbd363 Color Hex

#DBD363
(219,211,99)
0 Favorites   0 Comments

Color spaces of #dbd363

RGB 21921199
HSL0.160.630.62
HSV56°55°86°
CMYK 0.000.040.55   0.14
XYZ54.759862.549520.9915
Yxy62.54950.39590.4523
Hunter Lab79.0882-14.813139.6251
CIE-Lab83.2048-11.557855.5048

#dbd363 color RGB value is (219,211,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 01100011
Octal 333 323 143
Decimal 219 211 99
Hex DB D3 63

RGB Percentages of Color #dbd363

%41.40
%39.89
%18.71

CMYK Percentages of Color #dbd363

%0
%4
%55
%14

Triadic Colors of #dbd363

#dbd363 #63dbd3 #d363db

Analogous Colors of #dbd363

#dbd363 #a7db63 #db9763

Monochromatic Colors of #dbd363

#dbd363

Complementary Color

#dbd363 #636bdb

#dbd363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd363 Color CSS Codes

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

#dbd363 Text Font Color

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

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


#dbd363 Background Color

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

This div background color is #dbd363


#dbd363 Border Color

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

This div border color is #dbd363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd363


Comments

No comments written yet.

Please login to write comment.