Color Hex Logo

#dbca1e Color Hex

#DBCA1E
(219,202,30)
0 Favorites   0 Comments

Color spaces of #dbca1e

RGB 21920230
HSL0.150.760.49
HSV55°86°86°
CMYK 0.000.080.86   0.14
XYZ50.568357.39499.6414
Yxy57.39490.43000.4880
Hunter Lab75.7594-13.432945.4861
CIE-Lab80.4012-10.371677.0654

#dbca1e color RGB value is (219,202,30).

#dbca1e hex color red value is 219, green value is 202 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dbca1e hue: 0.15 , saturation: 0.76 and the lightness value of dbca1e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 00011110
Octal 333 312 36
Decimal 219 202 30
Hex DB CA 1E

RGB Percentages of Color #dbca1e

%48.56
%44.79
%6.65

CMYK Percentages of Color #dbca1e

%0
%8
%86
%14

Triadic Colors of #dbca1e

#dbca1e #1edbca #ca1edb

Analogous Colors of #dbca1e

#dbca1e #8edb1e #db6c1e

Monochromatic Colors of #dbca1e

#dbca1e

Complementary Color

#dbca1e #1e2fdb

#dbca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca1e Color CSS Codes

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

#dbca1e Text Font Color

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

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


#dbca1e Background Color

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

This div background color is #dbca1e


#dbca1e Border Color

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

This div border color is #dbca1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca1e


Comments

No comments written yet.

Please login to write comment.