Color Hex Logo

#dbbc37 Color Hex

#DBBC37
(219,188,55)
0 Favorites   0 Comments

Color spaces of #dbbc37

RGB 21918855
HSL0.140.690.54
HSV49°75°86°
CMYK 0.000.140.75   0.14
XYZ47.886251.302310.9929
Yxy51.30230.43460.4656
Hunter Lab71.6256-6.006541.0383
CIE-Lab76.8618-2.408966.9784

#dbbc37 color RGB value is (219,188,55).

#dbbc37 hex color red value is 219, green value is 188 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dbbc37 hue: 0.14 , saturation: 0.69 and the lightness value of dbbc37 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 00110111
Octal 333 274 67
Decimal 219 188 55
Hex DB BC 37

RGB Percentages of Color #dbbc37

%47.40
%40.69
%11.90

CMYK Percentages of Color #dbbc37

%0
%14
%75
%14

Triadic Colors of #dbbc37

#dbbc37 #37dbbc #bc37db

Analogous Colors of #dbbc37

#dbbc37 #a8db37 #db6a37

Monochromatic Colors of #dbbc37

#dbbc37

Complementary Color

#dbbc37 #3756db

#dbbc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc37 Color CSS Codes

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

#dbbc37 Text Font Color

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

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


#dbbc37 Background Color

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

This div background color is #dbbc37


#dbbc37 Border Color

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

This div border color is #dbbc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc37


Comments

No comments written yet.

Please login to write comment.