Color Hex Logo

#dba433 Color Hex

#DBA433
(219,164,51)
0 Favorites   0 Comments

Color spaces of #dba433

RGB 21916451
HSL0.110.700.53
HSV40°77°86°
CMYK 0.000.250.77   0.14
XYZ43.086441.85008.9389
Yxy41.85000.45900.4458
Hunter Lab64.69165.675737.0916
CIE-Lab70.767410.096562.6753

#dba433 color RGB value is (219,164,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 00110011
Octal 333 244 63
Decimal 219 164 51
Hex DB A4 33

RGB Percentages of Color #dba433

%50.46
%37.79
%11.75

CMYK Percentages of Color #dba433

%0
%25
%77
%14

Triadic Colors of #dba433

#dba433 #33dba4 #a433db

Analogous Colors of #dba433

#dba433 #bedb33 #db5033

Monochromatic Colors of #dba433

#dba433

Complementary Color

#dba433 #336adb

#dba433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba433 Color CSS Codes

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

#dba433 Text Font Color

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

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


#dba433 Background Color

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

This div background color is #dba433


#dba433 Border Color

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

This div border color is #dba433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba433


Comments

No comments written yet.

Please login to write comment.