Color Hex Logo

#dbb10f Color Hex

#DBB10F
(219,177,15)
0 Favorites   0 Comments

Color spaces of #dbb10f

RGB 21917715
HSL0.130.870.46
HSV48°93°86°
CMYK 0.000.190.93   0.14
XYZ45.021846.53887.0619
Yxy46.53880.45650.4719
Hunter Lab68.2194-1.581641.6160
CIE-Lab73.89382.287574.6335

#dbb10f color RGB value is (219,177,15).

#dbb10f hex color red value is 219, green value is 177 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbb10f hue: 0.13 , saturation: 0.87 and the lightness value of dbb10f is 0.46.

The process color (four color CMYK) of #dbb10f color hex is 0.00, 0.19, 0.93, 0.14. Web safe color of #dbb10f is #cc9900. Color #dbb10f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 00001111
Octal 333 261 17
Decimal 219 177 15
Hex DB B1 F

RGB Percentages of Color #dbb10f

%53.28
%43.07
%3.65

CMYK Percentages of Color #dbb10f

%0
%19
%93
%14

Triadic Colors of #dbb10f

#dbb10f #0fdbb1 #b10fdb

Analogous Colors of #dbb10f

#dbb10f #9fdb0f #db4b0f

Monochromatic Colors of #dbb10f

#dbb10f

Complementary Color

#dbb10f #0f39db

#dbb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb10f Color CSS Codes

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

#dbb10f Text Font Color

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

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


#dbb10f Background Color

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

This div background color is #dbb10f


#dbb10f Border Color

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

This div border color is #dbb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb10f


Comments

No comments written yet.

Please login to write comment.