Color Hex Logo

#dbd12b Color Hex

#DBD12B
(219,209,43)
0 Favorites   0 Comments

Color spaces of #dbd12b

RGB 21920943
HSL0.160.710.51
HSV57°80°86°
CMYK 0.000.050.80   0.14
XYZ52.449960.835411.2635
Yxy60.83540.42110.4884
Hunter Lab77.9971-16.460746.0359
CIE-Lab82.2902-13.549875.5798

#dbd12b color RGB value is (219,209,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00101011
Octal 333 321 53
Decimal 219 209 43
Hex DB D1 2B

RGB Percentages of Color #dbd12b

%46.50
%44.37
%9.13

CMYK Percentages of Color #dbd12b

%0
%5
%80
%14

Triadic Colors of #dbd12b

#dbd12b #2bdbd1 #d12bdb

Analogous Colors of #dbd12b

#dbd12b #8ddb2b #db792b

Monochromatic Colors of #dbd12b

#dbd12b

Complementary Color

#dbd12b #2b35db

#dbd12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd12b Color CSS Codes

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

#dbd12b Text Font Color

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

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


#dbd12b Background Color

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

This div background color is #dbd12b


#dbd12b Border Color

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

This div border color is #dbd12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd12b


Comments

No comments written yet.

Please login to write comment.