Color Hex Logo

#dbd832 Color Hex

#DBD832
(219,216,50)
0 Favorites   0 Comments

Color spaces of #dbd832

RGB 21921650
HSL0.160.700.53
HSV59°77°86°
CMYK 0.000.010.77   0.14
XYZ54.345064.402112.5842
Yxy64.40210.41380.4904
Hunter Lab80.2509-19.561046.8783
CIE-Lab84.1747-16.791675.2941

#dbd832 color RGB value is (219,216,50).

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

The process color (four color CMYK) of #dbd832 color hex is 0.00, 0.01, 0.77, 0.14. Web safe color of #dbd832 is #cccc33. Color #dbd832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00110010
Octal 333 330 62
Decimal 219 216 50
Hex DB D8 32

RGB Percentages of Color #dbd832

%45.15
%44.54
%10.31

CMYK Percentages of Color #dbd832

%0
%1
%77
%14

Triadic Colors of #dbd832

#dbd832 #32dbd8 #d832db

Analogous Colors of #dbd832

#dbd832 #8adb32 #db8432

Monochromatic Colors of #dbd832

#dbd832

Complementary Color

#dbd832 #3235db

#dbd832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd832 Color CSS Codes

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

#dbd832 Text Font Color

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

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


#dbd832 Background Color

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

This div background color is #dbd832


#dbd832 Border Color

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

This div border color is #dbd832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd832


Comments

No comments written yet.

Please login to write comment.