Color Hex Logo

#dbd943 Color Hex

#DBD943
(219,217,67)
0 Favorites   0 Comments

Color spaces of #dbd943

RGB 21921767
HSL0.160.680.56
HSV59°69°86°
CMYK 0.000.010.69   0.14
XYZ55.039465.091014.9731
Yxy65.09100.40740.4818
Hunter Lab80.6790-19.415145.4717
CIE-Lab84.5306-16.565770.0967

#dbd943 color RGB value is (219,217,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01000011
Octal 333 331 103
Decimal 219 217 67
Hex DB D9 43

RGB Percentages of Color #dbd943

%43.54
%43.14
%13.32

CMYK Percentages of Color #dbd943

%0
%1
%69
%14

Triadic Colors of #dbd943

#dbd943 #43dbd9 #d943db

Analogous Colors of #dbd943

#dbd943 #91db43 #db8d43

Monochromatic Colors of #dbd943

#dbd943

Complementary Color

#dbd943 #4345db

#dbd943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd943 Color CSS Codes

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

#dbd943 Text Font Color

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

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


#dbd943 Background Color

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

This div background color is #dbd943


#dbd943 Border Color

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

This div border color is #dbd943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd943


Comments

No comments written yet.

Please login to write comment.