Color Hex Logo

#dba236 Color Hex

#DBA236
(219,162,54)
0 Favorites   0 Comments

Color spaces of #dba236

RGB 21916254
HSL0.110.700.54
HSV39°75°86°
CMYK 0.000.260.75   0.14
XYZ42.799641.16719.1803
Yxy41.16710.45950.4420
Hunter Lab64.16166.787336.4298
CIE-Lab70.292811.287861.0816

#dba236 color RGB value is (219,162,54).

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

The process color (four color CMYK) of #dba236 color hex is 0.00, 0.26, 0.75, 0.14. Web safe color of #dba236 is #cc9933. Color #dba236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 00110110
Octal 333 242 66
Decimal 219 162 54
Hex DB A2 36

RGB Percentages of Color #dba236

%50.34
%37.24
%12.41

CMYK Percentages of Color #dba236

%0
%26
%75
%14

Triadic Colors of #dba236

#dba236 #36dba2 #a236db

Analogous Colors of #dba236

#dba236 #c2db36 #db5036

Monochromatic Colors of #dba236

#dba236

Complementary Color

#dba236 #366fdb

#dba236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba236 Color CSS Codes

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

#dba236 Text Font Color

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

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


#dba236 Background Color

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

This div background color is #dba236


#dba236 Border Color

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

This div border color is #dba236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba236


Comments

No comments written yet.

Please login to write comment.