Color Hex Logo

#dba632 Color Hex

#DBA632
(219,166,50)
0 Favorites   0 Comments

Color spaces of #dba632

RGB 21916650
HSL0.110.700.53
HSV41°77°86°
CMYK 0.000.240.77   0.14
XYZ43.425442.56288.9443
Yxy42.56280.45740.4483
Hunter Lab65.24024.643537.5396
CIE-Lab71.25728.989863.5023

#dba632 color RGB value is (219,166,50).

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

The process color (four color CMYK) of #dba632 color hex is 0.00, 0.24, 0.77, 0.14. Web safe color of #dba632 is #cc9933. Color #dba632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 00110010
Octal 333 246 62
Decimal 219 166 50
Hex DB A6 32

RGB Percentages of Color #dba632

%50.34
%38.16
%11.49

CMYK Percentages of Color #dba632

%0
%24
%77
%14

Triadic Colors of #dba632

#dba632 #32dba6 #a632db

Analogous Colors of #dba632

#dba632 #bcdb32 #db5232

Monochromatic Colors of #dba632

#dba632

Complementary Color

#dba632 #3267db

#dba632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba632 Color CSS Codes

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

#dba632 Text Font Color

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

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


#dba632 Background Color

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

This div background color is #dba632


#dba632 Border Color

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

This div border color is #dba632


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,166,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 #dba632">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba632


Comments

No comments written yet.

Please login to write comment.