Color Hex Logo

#dba906 Color Hex

#DBA906
(219,169,6)
0 Favorites   0 Comments

Color spaces of #dba906

RGB 2191696
HSL0.130.950.44
HSV46°97°86°
CMYK 0.000.230.97   0.14
XYZ43.434343.44926.2696
Yxy43.44920.46630.4664
Hunter Lab65.91602.266740.5018
CIE-Lab71.85886.423174.2500

#dba906 color RGB value is (219,169,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00000110
Octal 333 251 6
Decimal 219 169 6
Hex DB A9 6

RGB Percentages of Color #dba906

%55.58
%42.89
%1.52

CMYK Percentages of Color #dba906

%0
%23
%97
%14

Triadic Colors of #dba906

#dba906 #06dba9 #a906db

Analogous Colors of #dba906

#dba906 #a3db06 #db3e06

Monochromatic Colors of #dba906

#dba906

Complementary Color

#dba906 #0638db

#dba906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba906 Color CSS Codes

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

#dba906 Text Font Color

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

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


#dba906 Background Color

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

This div background color is #dba906


#dba906 Border Color

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

This div border color is #dba906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba906


Comments

No comments written yet.

Please login to write comment.