Color Hex Logo

#dbc829 Color Hex

#DBC829
(219,200,41)
0 Favorites   0 Comments

Color spaces of #dbc829

RGB 21920041
HSL0.150.710.51
HSV54°81°86°
CMYK 0.000.090.81   0.14
XYZ50.267956.528710.3596
Yxy56.52870.42910.4825
Hunter Lab75.1856-12.232444.4605
CIE-Lab79.9138-9.074674.0643

#dbc829 color RGB value is (219,200,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00101001
Octal 333 310 51
Decimal 219 200 41
Hex DB C8 29

RGB Percentages of Color #dbc829

%47.61
%43.48
%8.91

CMYK Percentages of Color #dbc829

%0
%9
%81
%14

Triadic Colors of #dbc829

#dbc829 #29dbc8 #c829db

Analogous Colors of #dbc829

#dbc829 #95db29 #db6f29

Monochromatic Colors of #dbc829

#dbc829

Complementary Color

#dbc829 #293cdb

#dbc829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc829 Color CSS Codes

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

#dbc829 Text Font Color

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

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


#dbc829 Background Color

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

This div background color is #dbc829


#dbc829 Border Color

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

This div border color is #dbc829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc829


Comments

No comments written yet.

Please login to write comment.