Color Hex Logo

#dbbc43 Color Hex

#DBBC43
(219,188,67)
0 Favorites   0 Comments

Color spaces of #dbbc43

RGB 21918867
HSL0.130.680.56
HSV48°69°86°
CMYK 0.000.140.69   0.14
XYZ48.209851.431812.6966
Yxy51.43180.42910.4578
Hunter Lab71.7160-5.509539.7045
CIE-Lab76.9398-1.851362.5311

#dbbc43 color RGB value is (219,188,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 01000011
Octal 333 274 103
Decimal 219 188 67
Hex DB BC 43

RGB Percentages of Color #dbbc43

%46.20
%39.66
%14.14

CMYK Percentages of Color #dbbc43

%0
%14
%69
%14

Triadic Colors of #dbbc43

#dbbc43 #43dbbc #bc43db

Analogous Colors of #dbbc43

#dbbc43 #aedb43 #db7043

Monochromatic Colors of #dbbc43

#dbbc43

Complementary Color

#dbbc43 #4362db

#dbbc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc43 Color CSS Codes

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

#dbbc43 Text Font Color

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

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


#dbbc43 Background Color

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

This div background color is #dbbc43


#dbbc43 Border Color

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

This div border color is #dbbc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc43


Comments

No comments written yet.

Please login to write comment.