Color Hex Logo

#dbbd07 Color Hex

#DBBD07
(219,189,7)
0 Favorites   0 Comments

Color spaces of #dbbd07

RGB 2191897
HSL0.140.940.44
HSV52°97°86°
CMYK 0.000.140.97   0.14
XYZ47.449451.47067.6350
Yxy51.47060.44530.4830
Hunter Lab71.7430-7.493943.9104
CIE-Lab76.9632-4.059677.8082

#dbbd07 color RGB value is (219,189,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 00000111
Octal 333 275 7
Decimal 219 189 7
Hex DB BD 7

RGB Percentages of Color #dbbd07

%52.77
%45.54
%1.69

CMYK Percentages of Color #dbbd07

%0
%14
%97
%14

Triadic Colors of #dbbd07

#dbbd07 #07dbbd #bd07db

Analogous Colors of #dbbd07

#dbbd07 #8fdb07 #db5307

Monochromatic Colors of #dbbd07

#dbbd07

Complementary Color

#dbbd07 #0725db

#dbbd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd07 Color CSS Codes

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

#dbbd07 Text Font Color

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

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


#dbbd07 Background Color

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

This div background color is #dbbd07


#dbbd07 Border Color

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

This div border color is #dbbd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd07


Comments

No comments written yet.

Please login to write comment.