Color Hex Logo

#dbd63b Color Hex

#DBD63B
(219,214,59)
0 Favorites   0 Comments

Color spaces of #dbd63b

RGB 21921459
HSL0.160.690.55
HSV58°73°86°
CMYK 0.000.020.73   0.14
XYZ54.049463.469013.5397
Yxy63.46900.41240.4843
Hunter Lab79.6674-18.316945.6907
CIE-Lab83.6885-15.449972.0502

#dbd63b color RGB value is (219,214,59).

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

The process color (four color CMYK) of #dbd63b color hex is 0.00, 0.02, 0.73, 0.14. Web safe color of #dbd63b is #cccc33. Color #dbd63b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00111011
Octal 333 326 73
Decimal 219 214 59
Hex DB D6 3B

RGB Percentages of Color #dbd63b

%44.51
%43.50
%11.99

CMYK Percentages of Color #dbd63b

%0
%2
%73
%14

Triadic Colors of #dbd63b

#dbd63b #3bdbd6 #d63bdb

Analogous Colors of #dbd63b

#dbd63b #90db3b #db863b

Monochromatic Colors of #dbd63b

#dbd63b

Complementary Color

#dbd63b #3b40db

#dbd63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd63b Color CSS Codes

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

#dbd63b Text Font Color

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

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


#dbd63b Background Color

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

This div background color is #dbd63b


#dbd63b Border Color

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

This div border color is #dbd63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd63b


Comments

No comments written yet.

Please login to write comment.