Color Hex Logo

#dbc13f Color Hex

#DBC13F
(219,193,63)
0 Favorites   0 Comments

Color spaces of #dbc13f

RGB 21919363
HSL0.140.680.55
HSV50°71°86°
CMYK 0.000.120.71   0.14
XYZ49.180653.558912.4484
Yxy53.55890.42700.4650
Hunter Lab73.1839-8.117541.1437
CIE-Lab78.2038-4.640765.3513

#dbc13f color RGB value is (219,193,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00111111
Octal 333 301 77
Decimal 219 193 63
Hex DB C1 3F

RGB Percentages of Color #dbc13f

%46.11
%40.63
%13.26

CMYK Percentages of Color #dbc13f

%0
%12
%71
%14

Triadic Colors of #dbc13f

#dbc13f #3fdbc1 #c13fdb

Analogous Colors of #dbc13f

#dbc13f #a7db3f #db733f

Monochromatic Colors of #dbc13f

#dbc13f

Complementary Color

#dbc13f #3f59db

#dbc13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc13f Color CSS Codes

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

#dbc13f Text Font Color

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

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


#dbc13f Background Color

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

This div background color is #dbc13f


#dbc13f Border Color

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

This div border color is #dbc13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc13f


Comments

No comments written yet.

Please login to write comment.