Color Hex Logo

#dbbc57 Color Hex

#DBBC57
(219,188,87)
0 Favorites   0 Comments

Color spaces of #dbbc57

RGB 21918887
HSL0.130.650.60
HSV46°60°86°
CMYK 0.000.140.60   0.14
XYZ48.916951.714616.4205
Yxy51.71460.41790.4418
Hunter Lab71.9129-4.427436.8008
CIE-Lab77.1099-0.644154.0778

#dbbc57 color RGB value is (219,188,87).

#dbbc57 hex color red value is 219, green value is 188 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dbbc57 hue: 0.13 , saturation: 0.65 and the lightness value of dbbc57 is 0.60.

The process color (four color CMYK) of #dbbc57 color hex is 0.00, 0.14, 0.60, 0.14. Web safe color of #dbbc57 is #cccc66. Color #dbbc57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 01010111
Octal 333 274 127
Decimal 219 188 87
Hex DB BC 57

RGB Percentages of Color #dbbc57

%44.33
%38.06
%17.61

CMYK Percentages of Color #dbbc57

%0
%14
%60
%14

Triadic Colors of #dbbc57

#dbbc57 #57dbbc #bc57db

Analogous Colors of #dbbc57

#dbbc57 #b8db57 #db7a57

Monochromatic Colors of #dbbc57

#dbbc57

Complementary Color

#dbbc57 #5776db

#dbbc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc57 Color CSS Codes

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

#dbbc57 Text Font Color

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

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


#dbbc57 Background Color

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

This div background color is #dbbc57


#dbbc57 Border Color

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

This div border color is #dbbc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc57


Comments

No comments written yet.

Please login to write comment.