Color Hex Logo

#dbbc03 Color Hex

#DBBC03
(219,188,3)
0 Favorites   0 Comments

Color spaces of #dbbc03

RGB 2191883
HSL0.140.970.44
HSV51°99°86°
CMYK 0.000.140.99   0.14
XYZ47.213151.03317.4481
Yxy51.03310.44670.4828
Hunter Lab71.4375-7.044743.8246
CIE-Lab76.6991-3.580578.0313

#dbbc03 color RGB value is (219,188,3).

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

The process color (four color CMYK) of #dbbc03 color hex is 0.00, 0.14, 0.99, 0.14. Web safe color of #dbbc03 is #cccc00. Color #dbbc03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 00000011
Octal 333 274 3
Decimal 219 188 3
Hex DB BC 3

RGB Percentages of Color #dbbc03

%53.41
%45.85
%0.73

CMYK Percentages of Color #dbbc03

%0
%14
%99
%14

Triadic Colors of #dbbc03

#dbbc03 #03dbbc #bc03db

Analogous Colors of #dbbc03

#dbbc03 #8edb03 #db5003

Monochromatic Colors of #dbbc03

#dbbc03

Complementary Color

#dbbc03 #0322db

#dbbc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc03 Color CSS Codes

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

#dbbc03 Text Font Color

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

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


#dbbc03 Background Color

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

This div background color is #dbbc03


#dbbc03 Border Color

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

This div border color is #dbbc03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc03

#dbbc03 Color Palettes


Comments

No comments written yet.

Please login to write comment.