Color Hex Logo

#dbbc40 Color Hex

#DBBC40
(219,188,64)
0 Favorites   0 Comments

Color spaces of #dbbc40

RGB 21918864
HSL0.130.680.55
HSV48°71°86°
CMYK 0.000.140.71   0.14
XYZ48.122151.396712.2347
Yxy51.39670.43060.4599
Hunter Lab71.6915-5.644040.0658
CIE-Lab76.9187-2.002063.6942

#dbbc40 color RGB value is (219,188,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 01000000
Octal 333 274 100
Decimal 219 188 64
Hex DB BC 40

RGB Percentages of Color #dbbc40

%46.50
%39.92
%13.59

CMYK Percentages of Color #dbbc40

%0
%14
%71
%14

Triadic Colors of #dbbc40

#dbbc40 #40dbbc #bc40db

Analogous Colors of #dbbc40

#dbbc40 #addb40 #db6f40

Monochromatic Colors of #dbbc40

#dbbc40

Complementary Color

#dbbc40 #405fdb

#dbbc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc40 Color CSS Codes

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

#dbbc40 Text Font Color

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

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


#dbbc40 Background Color

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

This div background color is #dbbc40


#dbbc40 Border Color

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

This div border color is #dbbc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc40


Comments

No comments written yet.

Please login to write comment.