Color Hex Logo

#dbda1d Color Hex

#DBDA1D
(219,218,29)
0 Favorites   0 Comments

Color spaces of #dbda1d

RGB 21921829
HSL0.170.770.49
HSV60°87°86°
CMYK 0.000.000.87   0.14
XYZ54.506665.291610.8921
Yxy65.29160.41710.4996
Hunter Lab80.8032-20.996748.5701
CIE-Lab84.6338-18.359580.6639

#dbda1d color RGB value is (219,218,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 00011101
Octal 333 332 35
Decimal 219 218 29
Hex DB DA 1D

RGB Percentages of Color #dbda1d

%47.00
%46.78
%6.22

CMYK Percentages of Color #dbda1d

%0
%0
%87
%14

Triadic Colors of #dbda1d

#dbda1d #1ddbda #da1ddb

Analogous Colors of #dbda1d

#dbda1d #7ddb1d #db7b1d

Monochromatic Colors of #dbda1d

#dbda1d

Complementary Color

#dbda1d #1d1edb

#dbda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda1d Color CSS Codes

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

#dbda1d Text Font Color

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

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


#dbda1d Background Color

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

This div background color is #dbda1d


#dbda1d Border Color

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

This div border color is #dbda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda1d


Comments

No comments written yet.

Please login to write comment.