Color Hex Logo

#dbbd13 Color Hex

#DBBD13
(219,189,19)
0 Favorites   0 Comments

Color spaces of #dbbd13

RGB 21918919
HSL0.140.840.47
HSV51°91°86°
CMYK 0.000.140.91   0.14
XYZ47.528651.50238.0520
Yxy51.50230.44380.4810
Hunter Lab71.7651-7.371943.5833
CIE-Lab76.9823-3.921276.3661

#dbbd13 color RGB value is (219,189,19).

#dbbd13 hex color red value is 219, green value is 189 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dbbd13 hue: 0.14 , saturation: 0.84 and the lightness value of dbbd13 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 00010011
Octal 333 275 23
Decimal 219 189 19
Hex DB BD 13

RGB Percentages of Color #dbbd13

%51.29
%44.26
%4.45

CMYK Percentages of Color #dbbd13

%0
%14
%91
%14

Triadic Colors of #dbbd13

#dbbd13 #13dbbd #bd13db

Analogous Colors of #dbbd13

#dbbd13 #95db13 #db5913

Monochromatic Colors of #dbbd13

#dbbd13

Complementary Color

#dbbd13 #1331db

#dbbd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd13 Color CSS Codes

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

#dbbd13 Text Font Color

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

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


#dbbd13 Background Color

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

This div background color is #dbbd13


#dbbd13 Border Color

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

This div border color is #dbbd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd13


Comments

No comments written yet.

Please login to write comment.