Color Hex Logo

#dbd443 Color Hex

#DBD443
(219,212,67)
0 Favorites   0 Comments

Color spaces of #dbd443

RGB 21921267
HSL0.160.680.56
HSV57°69°86°
CMYK 0.000.030.69   0.14
XYZ53.770062.552314.5500
Yxy62.55230.41090.4780
Hunter Lab79.0900-17.052844.4556
CIE-Lab83.2063-14.086268.7950

#dbd443 color RGB value is (219,212,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01000011
Octal 333 324 103
Decimal 219 212 67
Hex DB D4 43

RGB Percentages of Color #dbd443

%43.98
%42.57
%13.45

CMYK Percentages of Color #dbd443

%0
%3
%69
%14

Triadic Colors of #dbd443

#dbd443 #43dbd4 #d443db

Analogous Colors of #dbd443

#dbd443 #96db43 #db8843

Monochromatic Colors of #dbd443

#dbd443

Complementary Color

#dbd443 #434adb

#dbd443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd443 Color CSS Codes

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

#dbd443 Text Font Color

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

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


#dbd443 Background Color

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

This div background color is #dbd443


#dbd443 Border Color

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

This div border color is #dbd443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd443

#dbd443 Color Palettes


Comments

No comments written yet.

Please login to write comment.