Color Hex Logo

#dbd136 Color Hex

#DBD136
(219,209,54)
0 Favorites   0 Comments

Color spaces of #dbd136

RGB 21920954
HSL0.160.700.54
HSV56°75°86°
CMYK 0.000.050.75   0.14
XYZ52.679760.927312.4737
Yxy60.92730.41780.4832
Hunter Lab78.0559-16.128845.1643
CIE-Lab82.3396-13.164972.4163

#dbd136 color RGB value is (219,209,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00110110
Octal 333 321 66
Decimal 219 209 54
Hex DB D1 36

RGB Percentages of Color #dbd136

%45.44
%43.36
%11.20

CMYK Percentages of Color #dbd136

%0
%5
%75
%14

Triadic Colors of #dbd136

#dbd136 #36dbd1 #d136db

Analogous Colors of #dbd136

#dbd136 #93db36 #db7f36

Monochromatic Colors of #dbd136

#dbd136

Complementary Color

#dbd136 #3640db

#dbd136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd136 Color CSS Codes

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

#dbd136 Text Font Color

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

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


#dbd136 Background Color

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

This div background color is #dbd136


#dbd136 Border Color

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

This div border color is #dbd136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd136


Comments

No comments written yet.

Please login to write comment.