Color Hex Logo

#dbc943 Color Hex

#DBC943
(219,201,67)
0 Favorites   0 Comments

Color spaces of #dbc943

RGB 21920167
HSL0.150.680.56
HSV53°69°86°
CMYK 0.000.080.69   0.14
XYZ51.113257.238613.6644
Yxy57.23860.41890.4691
Hunter Lab75.6562-11.804042.2509
CIE-Lab80.3136-8.544165.9258

#dbc943 color RGB value is (219,201,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01000011
Octal 333 311 103
Decimal 219 201 67
Hex DB C9 43

RGB Percentages of Color #dbc943

%44.97
%41.27
%13.76

CMYK Percentages of Color #dbc943

%0
%8
%69
%14

Triadic Colors of #dbc943

#dbc943 #43dbc9 #c943db

Analogous Colors of #dbc943

#dbc943 #a1db43 #db7d43

Monochromatic Colors of #dbc943

#dbc943

Complementary Color

#dbc943 #4355db

#dbc943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc943 Color CSS Codes

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

#dbc943 Text Font Color

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

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


#dbc943 Background Color

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

This div background color is #dbc943


#dbc943 Border Color

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

This div border color is #dbc943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc943


Comments

No comments written yet.

Please login to write comment.