Color Hex Logo

#dbb10e Color Hex

#DBB10E
(219,177,14)
0 Favorites   0 Comments

Color spaces of #dbb10e

RGB 21917714
HSL0.130.880.46
HSV48°94°86°
CMYK 0.000.190.94   0.14
XYZ45.014846.53617.0253
Yxy46.53610.45660.4721
Hunter Lab68.2174-1.593141.6462
CIE-Lab73.89212.274874.7696

#dbb10e color RGB value is (219,177,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 00001110
Octal 333 261 16
Decimal 219 177 14
Hex DB B1 E

RGB Percentages of Color #dbb10e

%53.41
%43.17
%3.41

CMYK Percentages of Color #dbb10e

%0
%19
%94
%14

Triadic Colors of #dbb10e

#dbb10e #0edbb1 #b10edb

Analogous Colors of #dbb10e

#dbb10e #9fdb0e #db4b0e

Monochromatic Colors of #dbb10e

#dbb10e

Complementary Color

#dbb10e #0e38db

#dbb10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb10e Color CSS Codes

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

#dbb10e Text Font Color

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

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


#dbb10e Background Color

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

This div background color is #dbb10e


#dbb10e Border Color

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

This div border color is #dbb10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb10e


Comments

No comments written yet.

Please login to write comment.