Color Hex Logo

#dbc129 Color Hex

#DBC129
(219,193,41)
0 Favorites   0 Comments

Color spaces of #dbc129

RGB 21919341
HSL0.140.710.51
HSV51°81°86°
CMYK 0.000.120.81   0.14
XYZ48.683653.36019.8314
Yxy53.36010.43520.4770
Hunter Lab73.0480-8.870843.1539
CIE-Lab78.0871-5.494472.4938

#dbc129 color RGB value is (219,193,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00101001
Octal 333 301 51
Decimal 219 193 41
Hex DB C1 29

RGB Percentages of Color #dbc129

%48.34
%42.60
%9.05

CMYK Percentages of Color #dbc129

%0
%12
%81
%14

Triadic Colors of #dbc129

#dbc129 #29dbc1 #c129db

Analogous Colors of #dbc129

#dbc129 #9cdb29 #db6829

Monochromatic Colors of #dbc129

#dbc129

Complementary Color

#dbc129 #2943db

#dbc129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc129 Color CSS Codes

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

#dbc129 Text Font Color

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

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


#dbc129 Background Color

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

This div background color is #dbc129


#dbc129 Border Color

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

This div border color is #dbc129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc129

#dbc129 Color Palettes


Comments

No comments written yet.

Please login to write comment.