Color Hex Logo

#dbd144 Color Hex

#DBD144
(219,209,68)
0 Favorites   0 Comments

Color spaces of #dbd144

RGB 21920968
HSL0.160.680.56
HSV56°69°86°
CMYK 0.000.050.69   0.14
XYZ53.057361.078414.4617
Yxy61.07840.41260.4750
Hunter Lab78.1527-15.584843.7356
CIE-Lab82.4209-12.536167.6482

#dbd144 color RGB value is (219,209,68).

#dbd144 hex color red value is 219, green value is 209 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dbd144 hue: 0.16 , saturation: 0.68 and the lightness value of dbd144 is 0.56.

The process color (four color CMYK) of #dbd144 color hex is 0.00, 0.05, 0.69, 0.14. Web safe color of #dbd144 is #cccc33. Color #dbd144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01000100
Octal 333 321 104
Decimal 219 209 68
Hex DB D1 44

RGB Percentages of Color #dbd144

%44.15
%42.14
%13.71

CMYK Percentages of Color #dbd144

%0
%5
%69
%14

Triadic Colors of #dbd144

#dbd144 #44dbd1 #d144db

Analogous Colors of #dbd144

#dbd144 #9adb44 #db8644

Monochromatic Colors of #dbd144

#dbd144

Complementary Color

#dbd144 #444edb

#dbd144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd144 Color CSS Codes

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

#dbd144 Text Font Color

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

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


#dbd144 Background Color

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

This div background color is #dbd144


#dbd144 Border Color

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

This div border color is #dbd144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd144


Comments

No comments written yet.

Please login to write comment.