Color Hex Logo

#dbda20 Color Hex

#DBDA20
(219,218,32)
0 Favorites   0 Comments

Color spaces of #dbda20

RGB 21921832
HSL0.170.750.49
HSV60°85°86°
CMYK 0.000.000.85   0.14
XYZ54.545565.307211.0972
Yxy65.30720.41650.4987
Hunter Lab80.8129-20.942148.4273
CIE-Lab84.6418-18.295280.0986

#dbda20 color RGB value is (219,218,32).

#dbda20 hex color red value is 219, green value is 218 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbda20 hue: 0.17 , saturation: 0.75 and the lightness value of dbda20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 00100000
Octal 333 332 40
Decimal 219 218 32
Hex DB DA 20

RGB Percentages of Color #dbda20

%46.70
%46.48
%6.82

CMYK Percentages of Color #dbda20

%0
%0
%85
%14

Triadic Colors of #dbda20

#dbda20 #20dbda #da20db

Analogous Colors of #dbda20

#dbda20 #7fdb20 #db7d20

Monochromatic Colors of #dbda20

#dbda20

Complementary Color

#dbda20 #2021db

#dbda20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda20 Color CSS Codes

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

#dbda20 Text Font Color

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

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


#dbda20 Background Color

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

This div background color is #dbda20


#dbda20 Border Color

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

This div border color is #dbda20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda20


Comments

No comments written yet.

Please login to write comment.