Color Hex Logo

#dbca32 Color Hex

#DBCA32
(219,202,50)
0 Favorites   0 Comments

Color spaces of #dbca32

RGB 21920250
HSL0.150.700.53
HSV54°77°86°
CMYK 0.000.080.77   0.14
XYZ50.909757.531411.4391
Yxy57.53140.42470.4799
Hunter Lab75.8495-12.928444.1529
CIE-Lab80.4776-9.791171.9692

#dbca32 color RGB value is (219,202,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 00110010
Octal 333 312 62
Decimal 219 202 50
Hex DB CA 32

RGB Percentages of Color #dbca32

%46.50
%42.89
%10.62

CMYK Percentages of Color #dbca32

%0
%8
%77
%14

Triadic Colors of #dbca32

#dbca32 #32dbca #ca32db

Analogous Colors of #dbca32

#dbca32 #98db32 #db7632

Monochromatic Colors of #dbca32

#dbca32

Complementary Color

#dbca32 #3243db

#dbca32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca32 Color CSS Codes

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

#dbca32 Text Font Color

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

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


#dbca32 Background Color

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

This div background color is #dbca32


#dbca32 Border Color

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

This div border color is #dbca32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbca32


Comments

No comments written yet.

Please login to write comment.