Color Hex Logo

#dbd226 Color Hex

#DBD226
(219,210,38)
0 Favorites   0 Comments

Color spaces of #dbd226

RGB 21921038
HSL0.160.720.50
HSV57°83°86°
CMYK 0.000.040.83   0.14
XYZ52.609961.293210.8917
Yxy61.29320.42160.4912
Hunter Lab78.2900-17.057646.5546
CIE-Lab82.5361-14.193277.0484

#dbd226 color RGB value is (219,210,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00100110
Octal 333 322 46
Decimal 219 210 38
Hex DB D2 26

RGB Percentages of Color #dbd226

%46.90
%44.97
%8.14

CMYK Percentages of Color #dbd226

%0
%4
%83
%14

Triadic Colors of #dbd226

#dbd226 #26dbd2 #d226db

Analogous Colors of #dbd226

#dbd226 #8adb26 #db7826

Monochromatic Colors of #dbd226

#dbd226

Complementary Color

#dbd226 #262fdb

#dbd226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd226 Color CSS Codes

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

#dbd226 Text Font Color

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

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


#dbd226 Background Color

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

This div background color is #dbd226


#dbd226 Border Color

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

This div border color is #dbd226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd226


Comments

No comments written yet.

Please login to write comment.