Color Hex Logo

#dbd227 Color Hex

#DBD227
(219,210,39)
0 Favorites   0 Comments

Color spaces of #dbd227

RGB 21921039
HSL0.160.710.51
HSV57°82°86°
CMYK 0.000.040.82   0.14
XYZ52.626261.299710.9778
Yxy61.29970.42130.4908
Hunter Lab78.2941-17.034146.4927
CIE-Lab82.5396-14.165976.8104

#dbd227 color RGB value is (219,210,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00100111
Octal 333 322 47
Decimal 219 210 39
Hex DB D2 27

RGB Percentages of Color #dbd227

%46.79
%44.87
%8.33

CMYK Percentages of Color #dbd227

%0
%4
%82
%14

Triadic Colors of #dbd227

#dbd227 #27dbd2 #d227db

Analogous Colors of #dbd227

#dbd227 #8adb27 #db7827

Monochromatic Colors of #dbd227

#dbd227

Complementary Color

#dbd227 #2730db

#dbd227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd227 Color CSS Codes

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

#dbd227 Text Font Color

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

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


#dbd227 Background Color

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

This div background color is #dbd227


#dbd227 Border Color

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

This div border color is #dbd227


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,210,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 #dbd227">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd227


Comments

No comments written yet.

Please login to write comment.