Color Hex Logo

#dbc229 Color Hex

#DBC229
(219,194,41)
0 Favorites   0 Comments

Color spaces of #dbc229

RGB 21919441
HSL0.140.710.51
HSV52°81°86°
CMYK 0.000.110.81   0.14
XYZ48.905453.80379.9054
Yxy53.80370.43430.4778
Hunter Lab73.3510-9.352743.3391
CIE-Lab78.3471-6.008572.7176

#dbc229 color RGB value is (219,194,41).

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

The process color (four color CMYK) of #dbc229 color hex is 0.00, 0.11, 0.81, 0.14. Web safe color of #dbc229 is #cccc33. Color #dbc229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00101001
Octal 333 302 51
Decimal 219 194 41
Hex DB C2 29

RGB Percentages of Color #dbc229

%48.24
%42.73
%9.03

CMYK Percentages of Color #dbc229

%0
%11
%81
%14

Triadic Colors of #dbc229

#dbc229 #29dbc2 #c229db

Analogous Colors of #dbc229

#dbc229 #9bdb29 #db6929

Monochromatic Colors of #dbc229

#dbc229

Complementary Color

#dbc229 #2942db

#dbc229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc229 Color CSS Codes

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

#dbc229 Text Font Color

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

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


#dbc229 Background Color

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

This div background color is #dbc229


#dbc229 Border Color

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

This div border color is #dbc229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc229


Comments

No comments written yet.

Please login to write comment.