Color Hex Logo

#dbc841 Color Hex

#DBC841
(219,200,65)
0 Favorites   0 Comments

Color spaces of #dbc841

RGB 21920065
HSL0.150.680.56
HSV53°70°86°
CMYK 0.000.090.70   0.14
XYZ50.821856.750313.2763
Yxy56.75030.42050.4696
Hunter Lab75.3328-11.410842.2840
CIE-Lab80.0389-8.134366.4094

#dbc841 color RGB value is (219,200,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01000001
Octal 333 310 101
Decimal 219 200 65
Hex DB C8 41

RGB Percentages of Color #dbc841

%45.25
%41.32
%13.43

CMYK Percentages of Color #dbc841

%0
%9
%70
%14

Triadic Colors of #dbc841

#dbc841 #41dbc8 #c841db

Analogous Colors of #dbc841

#dbc841 #a1db41 #db7b41

Monochromatic Colors of #dbc841

#dbc841

Complementary Color

#dbc841 #4154db

#dbc841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc841 Color CSS Codes

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

#dbc841 Text Font Color

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

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


#dbc841 Background Color

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

This div background color is #dbc841


#dbc841 Border Color

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

This div border color is #dbc841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc841


Comments

No comments written yet.

Please login to write comment.