Color Hex Logo

#dba903 Color Hex

#DBA903
(219,169,3)
0 Favorites   0 Comments

Color spaces of #dba903

RGB 2191693
HSL0.130.970.44
HSV46°99°86°
CMYK 0.000.230.99   0.14
XYZ43.417843.44266.1830
Yxy43.44260.46660.4669
Hunter Lab65.91102.239740.5758
CIE-Lab71.85436.393574.5996

#dba903 color RGB value is (219,169,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00000011
Octal 333 251 3
Decimal 219 169 3
Hex DB A9 3

RGB Percentages of Color #dba903

%56.01
%43.22
%0.77

CMYK Percentages of Color #dba903

%0
%23
%99
%14

Triadic Colors of #dba903

#dba903 #03dba9 #a903db

Analogous Colors of #dba903

#dba903 #a1db03 #db3d03

Monochromatic Colors of #dba903

#dba903

Complementary Color

#dba903 #0335db

#dba903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba903 Color CSS Codes

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

#dba903 Text Font Color

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

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


#dba903 Background Color

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

This div background color is #dba903


#dba903 Border Color

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

This div border color is #dba903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba903


Comments

No comments written yet.

Please login to write comment.