Color Hex Logo

#dbd163 Color Hex

#DBD163
(219,209,99)
0 Favorites   0 Comments

Color spaces of #dbd163

RGB 21920999
HSL0.150.630.62
HSV55°55°86°
CMYK 0.000.050.55   0.14
XYZ54.266061.561920.8269
Yxy61.56190.39710.4505
Hunter Lab78.4614-13.852139.1850
CIE-Lab82.6799-10.549754.9026

#dbd163 color RGB value is (219,209,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01100011
Octal 333 321 143
Decimal 219 209 99
Hex DB D1 63

RGB Percentages of Color #dbd163

%41.56
%39.66
%18.79

CMYK Percentages of Color #dbd163

%0
%5
%55
%14

Triadic Colors of #dbd163

#dbd163 #63dbd1 #d163db

Analogous Colors of #dbd163

#dbd163 #a9db63 #db9563

Monochromatic Colors of #dbd163

#dbd163

Complementary Color

#dbd163 #636ddb

#dbd163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd163 Color CSS Codes

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

#dbd163 Text Font Color

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

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


#dbd163 Background Color

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

This div background color is #dbd163


#dbd163 Border Color

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

This div border color is #dbd163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd163


Comments

No comments written yet.

Please login to write comment.