Color Hex Logo

#dbc43f Color Hex

#DBC43F
(219,196,63)
0 Favorites   0 Comments

Color spaces of #dbc43f

RGB 21919663
HSL0.140.680.55
HSV51°71°86°
CMYK 0.000.110.71   0.14
XYZ49.850554.898812.6718
Yxy54.89880.42450.4675
Hunter Lab74.0937-9.568641.7256
CIE-Lab78.9829-6.184666.1173

#dbc43f color RGB value is (219,196,63).

#dbc43f hex color red value is 219, green value is 196 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbc43f hue: 0.14 , saturation: 0.68 and the lightness value of dbc43f is 0.55.

The process color (four color CMYK) of #dbc43f color hex is 0.00, 0.11, 0.71, 0.14. Web safe color of #dbc43f is #cccc33. Color #dbc43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 00111111
Octal 333 304 77
Decimal 219 196 63
Hex DB C4 3F

RGB Percentages of Color #dbc43f

%45.82
%41.00
%13.18

CMYK Percentages of Color #dbc43f

%0
%11
%71
%14

Triadic Colors of #dbc43f

#dbc43f #3fdbc4 #c43fdb

Analogous Colors of #dbc43f

#dbc43f #a4db3f #db763f

Monochromatic Colors of #dbc43f

#dbc43f

Complementary Color

#dbc43f #3f56db

#dbc43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc43f Color CSS Codes

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

#dbc43f Text Font Color

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

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


#dbc43f Background Color

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

This div background color is #dbc43f


#dbc43f Border Color

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

This div border color is #dbc43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc43f


Comments

No comments written yet.

Please login to write comment.