Color Hex Logo

#dbd603 Color Hex

#DBD603
(219,214,3)
0 Favorites   0 Comments

Color spaces of #dbd603

RGB 2192143
HSL0.160.970.44
HSV59°99°86°
CMYK 0.000.020.99   0.14
XYZ53.276463.15989.4692
Yxy63.15980.42310.5016
Hunter Lab79.4731-19.417048.5668
CIE-Lab83.5264-16.735382.9876

#dbd603 color RGB value is (219,214,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00000011
Octal 333 326 3
Decimal 219 214 3
Hex DB D6 3

RGB Percentages of Color #dbd603

%50.23
%49.08
%0.69

CMYK Percentages of Color #dbd603

%0
%2
%99
%14

Triadic Colors of #dbd603

#dbd603 #03dbd6 #d603db

Analogous Colors of #dbd603

#dbd603 #74db03 #db6a03

Monochromatic Colors of #dbd603

#dbd603

Complementary Color

#dbd603 #0308db

#dbd603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd603 Color CSS Codes

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

#dbd603 Text Font Color

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

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


#dbd603 Background Color

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

This div background color is #dbd603


#dbd603 Border Color

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

This div border color is #dbd603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd603


Comments

No comments written yet.

Please login to write comment.