Color Hex Logo

#dbd127 Color Hex

#DBD127
(219,209,39)
0 Favorites   0 Comments

Color spaces of #dbd127

RGB 21920939
HSL0.160.710.51
HSV57°82°86°
CMYK 0.000.050.82   0.14
XYZ52.380160.807510.8957
Yxy60.80750.42210.4901
Hunter Lab77.9792-16.561746.3011
CIE-Lab82.2751-13.667076.5871

#dbd127 color RGB value is (219,209,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00100111
Octal 333 321 47
Decimal 219 209 39
Hex DB D1 27

RGB Percentages of Color #dbd127

%46.90
%44.75
%8.35

CMYK Percentages of Color #dbd127

%0
%5
%82
%14

Triadic Colors of #dbd127

#dbd127 #27dbd1 #d127db

Analogous Colors of #dbd127

#dbd127 #8bdb27 #db7727

Monochromatic Colors of #dbd127

#dbd127

Complementary Color

#dbd127 #2731db

#dbd127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd127 Color CSS Codes

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

#dbd127 Text Font Color

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

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


#dbd127 Background Color

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

This div background color is #dbd127


#dbd127 Border Color

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

This div border color is #dbd127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd127


Comments

No comments written yet.

Please login to write comment.