Color Hex Logo

#dbd907 Color Hex

#DBD907
(219,217,7)
0 Favorites   0 Comments

Color spaces of #dbd907

RGB 2192177
HSL0.170.940.44
HSV59°97°86°
CMYK 0.000.010.97   0.14
XYZ54.064664.70119.8401
Yxy64.70110.42040.5031
Hunter Lab80.4370-20.788549.0528
CIE-Lab84.3295-18.173883.2301

#dbd907 color RGB value is (219,217,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00000111
Octal 333 331 7
Decimal 219 217 7
Hex DB D9 7

RGB Percentages of Color #dbd907

%49.44
%48.98
%1.58

CMYK Percentages of Color #dbd907

%0
%1
%97
%14

Triadic Colors of #dbd907

#dbd907 #07dbd9 #d907db

Analogous Colors of #dbd907

#dbd907 #73db07 #db6f07

Monochromatic Colors of #dbd907

#dbd907

Complementary Color

#dbd907 #0709db

#dbd907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd907 Color CSS Codes

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

#dbd907 Text Font Color

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

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


#dbd907 Background Color

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

This div background color is #dbd907


#dbd907 Border Color

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

This div border color is #dbd907


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,217,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 #dbd907">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd907


Comments

No comments written yet.

Please login to write comment.