Color Hex Logo

#dba633 Color Hex

#DBA633
(219,166,51)
0 Favorites   0 Comments

Color spaces of #dba633

RGB 21916651
HSL0.110.700.53
HSV41°77°86°
CMYK 0.000.240.77   0.14
XYZ43.447242.57159.0592
Yxy42.57150.45700.4478
Hunter Lab65.24684.679337.4407
CIE-Lab71.26329.028663.1419

#dba633 color RGB value is (219,166,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 00110011
Octal 333 246 63
Decimal 219 166 51
Hex DB A6 33

RGB Percentages of Color #dba633

%50.23
%38.07
%11.70

CMYK Percentages of Color #dba633

%0
%24
%77
%14

Triadic Colors of #dba633

#dba633 #33dba6 #a633db

Analogous Colors of #dba633

#dba633 #bcdb33 #db5233

Monochromatic Colors of #dba633

#dba633

Complementary Color

#dba633 #3368db

#dba633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba633 Color CSS Codes

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

#dba633 Text Font Color

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

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


#dba633 Background Color

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

This div background color is #dba633


#dba633 Border Color

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

This div border color is #dba633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba633


Comments

No comments written yet.

Please login to write comment.