Color Hex Logo

#dbd228 Color Hex

#DBD228
(219,210,40)
0 Favorites   0 Comments

Color spaces of #dbd228

RGB 21921040
HSL0.160.710.51
HSV57°82°86°
CMYK 0.000.040.82   0.14
XYZ52.643061.306511.0662
Yxy61.30650.42110.4904
Hunter Lab78.2985-17.010146.4293
CIE-Lab82.5432-14.137976.5675

#dbd228 color RGB value is (219,210,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00101000
Octal 333 322 50
Decimal 219 210 40
Hex DB D2 28

RGB Percentages of Color #dbd228

%46.70
%44.78
%8.53

CMYK Percentages of Color #dbd228

%0
%4
%82
%14

Triadic Colors of #dbd228

#dbd228 #28dbd2 #d228db

Analogous Colors of #dbd228

#dbd228 #8bdb28 #db7928

Monochromatic Colors of #dbd228

#dbd228

Complementary Color

#dbd228 #2831db

#dbd228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd228 Color CSS Codes

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

#dbd228 Text Font Color

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

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


#dbd228 Background Color

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

This div background color is #dbd228


#dbd228 Border Color

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

This div border color is #dbd228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd228


Comments

No comments written yet.

Please login to write comment.