Color Hex Logo

#dbbb2f Color Hex

#DBBB2F
(219,187,47)
0 Favorites   0 Comments

Color spaces of #dbbb2f

RGB 21918747
HSL0.140.700.52
HSV49°79°86°
CMYK 0.000.150.79   0.14
XYZ47.496850.80609.9925
Yxy50.80600.43860.4691
Hunter Lab71.2783-5.792441.5830
CIE-Lab76.5613-2.195469.3758

#dbbb2f color RGB value is (219,187,47).

#dbbb2f hex color red value is 219, green value is 187 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbbb2f hue: 0.14 , saturation: 0.70 and the lightness value of dbbb2f is 0.52.

The process color (four color CMYK) of #dbbb2f color hex is 0.00, 0.15, 0.79, 0.14. Web safe color of #dbbb2f is #cccc33. Color #dbbb2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 00101111
Octal 333 273 57
Decimal 219 187 47
Hex DB BB 2F

RGB Percentages of Color #dbbb2f

%48.34
%41.28
%10.38

CMYK Percentages of Color #dbbb2f

%0
%15
%79
%14

Triadic Colors of #dbbb2f

#dbbb2f #2fdbbb #bb2fdb

Analogous Colors of #dbbb2f

#dbbb2f #a5db2f #db652f

Monochromatic Colors of #dbbb2f

#dbbb2f

Complementary Color

#dbbb2f #2f4fdb

#dbbb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb2f Color CSS Codes

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

#dbbb2f Text Font Color

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

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


#dbbb2f Background Color

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

This div background color is #dbbb2f


#dbbb2f Border Color

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

This div border color is #dbbb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb2f


Comments

No comments written yet.

Please login to write comment.