Color Hex Logo

#dbd43c Color Hex

#DBD43C
(219,212,60)
0 Favorites   0 Comments

Color spaces of #dbd43c

RGB 21921260
HSL0.160.690.55
HSV57°73°86°
CMYK 0.000.030.73   0.14
XYZ53.572562.473313.5099
Yxy62.47330.41350.4822
Hunter Lab79.0401-17.334745.1939
CIE-Lab83.1645-14.413071.2199

#dbd43c color RGB value is (219,212,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 00111100
Octal 333 324 74
Decimal 219 212 60
Hex DB D4 3C

RGB Percentages of Color #dbd43c

%44.60
%43.18
%12.22

CMYK Percentages of Color #dbd43c

%0
%3
%73
%14

Triadic Colors of #dbd43c

#dbd43c #3cdbd4 #d43cdb

Analogous Colors of #dbd43c

#dbd43c #93db3c #db853c

Monochromatic Colors of #dbd43c

#dbd43c

Complementary Color

#dbd43c #3c43db

#dbd43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd43c Color CSS Codes

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

#dbd43c Text Font Color

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

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


#dbd43c Background Color

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

This div background color is #dbd43c


#dbd43c Border Color

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

This div border color is #dbd43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd43c


Comments

No comments written yet.

Please login to write comment.