Color Hex Logo

#dbd406 Color Hex

#DBD406
(219,212,6)
0 Favorites   0 Comments

Color spaces of #dbd406

RGB 2192126
HSL0.160.950.44
HSV58°97°86°
CMYK 0.000.030.97   0.14
XYZ52.789862.16029.3881
Yxy62.16020.42460.4999
Hunter Lab78.8417-18.455448.1292
CIE-Lab82.9985-15.719182.3312

#dbd406 color RGB value is (219,212,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 00000110
Octal 333 324 6
Decimal 219 212 6
Hex DB D4 6

RGB Percentages of Color #dbd406

%50.11
%48.51
%1.37

CMYK Percentages of Color #dbd406

%0
%3
%97
%14

Triadic Colors of #dbd406

#dbd406 #06dbd4 #d406db

Analogous Colors of #dbd406

#dbd406 #78db06 #db6a06

Monochromatic Colors of #dbd406

#dbd406

Complementary Color

#dbd406 #060ddb

#dbd406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd406 Color CSS Codes

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

#dbd406 Text Font Color

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

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


#dbd406 Background Color

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

This div background color is #dbd406


#dbd406 Border Color

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

This div border color is #dbd406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd406


Comments

No comments written yet.

Please login to write comment.