Color Hex Logo

#dba907 Color Hex

#DBA907
(219,169,7)
0 Favorites   0 Comments

Color spaces of #dba907

RGB 2191697
HSL0.130.940.44
HSV46°97°86°
CMYK 0.000.230.97   0.14
XYZ43.439743.45136.2984
Yxy43.45130.46610.4663
Hunter Lab65.91762.275740.4772
CIE-Lab71.86026.432974.1344

#dba907 color RGB value is (219,169,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00000111
Octal 333 251 7
Decimal 219 169 7
Hex DB A9 7

RGB Percentages of Color #dba907

%55.44
%42.78
%1.77

CMYK Percentages of Color #dba907

%0
%23
%97
%14

Triadic Colors of #dba907

#dba907 #07dba9 #a907db

Analogous Colors of #dba907

#dba907 #a3db07 #db3f07

Monochromatic Colors of #dba907

#dba907

Complementary Color

#dba907 #0739db

#dba907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba907 Color CSS Codes

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

#dba907 Text Font Color

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

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


#dba907 Background Color

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

This div background color is #dba907


#dba907 Border Color

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

This div border color is #dba907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba907


Comments

No comments written yet.

Please login to write comment.