Color Hex Logo

#dbb11a Color Hex

#DBB11A
(219,177,26)
0 Favorites   0 Comments

Color spaces of #dbb11a

RGB 21917726
HSL0.130.790.48
HSV47°88°86°
CMYK 0.000.190.88   0.14
XYZ45.122046.57897.5897
Yxy46.57890.45440.4691
Hunter Lab68.2487-1.421741.1807
CIE-Lab73.91962.465272.7240

#dbb11a color RGB value is (219,177,26).

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

The process color (four color CMYK) of #dbb11a color hex is 0.00, 0.19, 0.88, 0.14. Web safe color of #dbb11a is #cc9933. Color #dbb11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 00011010
Octal 333 261 32
Decimal 219 177 26
Hex DB B1 1A

RGB Percentages of Color #dbb11a

%51.90
%41.94
%6.16

CMYK Percentages of Color #dbb11a

%0
%19
%88
%14

Triadic Colors of #dbb11a

#dbb11a #1adbb1 #b11adb

Analogous Colors of #dbb11a

#dbb11a #a5db1a #db501a

Monochromatic Colors of #dbb11a

#dbb11a

Complementary Color

#dbb11a #1a44db

#dbb11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb11a Color CSS Codes

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

#dbb11a Text Font Color

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

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


#dbb11a Background Color

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

This div background color is #dbb11a


#dbb11a Border Color

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

This div border color is #dbb11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb11a


Comments

No comments written yet.

Please login to write comment.