Color Hex Logo

#dbc941 Color Hex

#DBC941
(219,201,65)
0 Favorites   0 Comments

Color spaces of #dbc941

RGB 21920165
HSL0.150.680.56
HSV53°70°86°
CMYK 0.000.080.70   0.14
XYZ51.054257.215013.3538
Yxy57.21500.41980.4704
Hunter Lab75.6406-11.891142.4812
CIE-Lab80.3004-8.643566.6675

#dbc941 color RGB value is (219,201,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01000001
Octal 333 311 101
Decimal 219 201 65
Hex DB C9 41

RGB Percentages of Color #dbc941

%45.15
%41.44
%13.40

CMYK Percentages of Color #dbc941

%0
%8
%70
%14

Triadic Colors of #dbc941

#dbc941 #41dbc9 #c941db

Analogous Colors of #dbc941

#dbc941 #a0db41 #db7c41

Monochromatic Colors of #dbc941

#dbc941

Complementary Color

#dbc941 #4153db

#dbc941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc941 Color CSS Codes

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

#dbc941 Text Font Color

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

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


#dbc941 Background Color

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

This div background color is #dbc941


#dbc941 Border Color

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

This div border color is #dbc941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc941


Comments

No comments written yet.

Please login to write comment.