Color Hex Logo

#dbca31 Color Hex

#DBCA31
(219,202,49)
0 Favorites   0 Comments

Color spaces of #dbca31

RGB 21920249
HSL0.150.700.53
HSV54°78°86°
CMYK 0.000.080.78   0.14
XYZ50.888357.522911.3267
Yxy57.52290.42500.4804
Hunter Lab75.8439-12.960144.2362
CIE-Lab80.4728-9.827572.2711

#dbca31 color RGB value is (219,202,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 00110001
Octal 333 312 61
Decimal 219 202 49
Hex DB CA 31

RGB Percentages of Color #dbca31

%46.60
%42.98
%10.43

CMYK Percentages of Color #dbca31

%0
%8
%78
%14

Triadic Colors of #dbca31

#dbca31 #31dbca #ca31db

Analogous Colors of #dbca31

#dbca31 #97db31 #db7531

Monochromatic Colors of #dbca31

#dbca31

Complementary Color

#dbca31 #3142db

#dbca31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca31 Color CSS Codes

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

#dbca31 Text Font Color

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

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


#dbca31 Background Color

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

This div background color is #dbca31


#dbca31 Border Color

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

This div border color is #dbca31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca31


Comments

No comments written yet.

Please login to write comment.