Color Hex Logo

#dbd742 Color Hex

#DBD742
(219,215,66)
0 Favorites   0 Comments

Color spaces of #dbd742

RGB 21921566
HSL0.160.680.56
HSV58°70°86°
CMYK 0.000.020.70   0.14
XYZ54.497264.054314.6457
Yxy64.05430.40910.4809
Hunter Lab80.0339-18.514145.1741
CIE-Lab83.9940-15.625969.9296

#dbd742 color RGB value is (219,215,66).

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

The process color (four color CMYK) of #dbd742 color hex is 0.00, 0.02, 0.70, 0.14. Web safe color of #dbd742 is #cccc33. Color #dbd742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01000010
Octal 333 327 102
Decimal 219 215 66
Hex DB D7 42

RGB Percentages of Color #dbd742

%43.80
%43.00
%13.20

CMYK Percentages of Color #dbd742

%0
%2
%70
%14

Triadic Colors of #dbd742

#dbd742 #42dbd7 #d742db

Analogous Colors of #dbd742

#dbd742 #93db42 #db8b42

Monochromatic Colors of #dbd742

#dbd742

Complementary Color

#dbd742 #4246db

#dbd742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd742 Color CSS Codes

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

#dbd742 Text Font Color

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

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


#dbd742 Background Color

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

This div background color is #dbd742


#dbd742 Border Color

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

This div border color is #dbd742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd742


Comments

No comments written yet.

Please login to write comment.