Color Hex Logo

#dbba39 Color Hex

#DBBA39
(219,186,57)
0 Favorites   0 Comments

Color spaces of #dbba39

RGB 21918657
HSL0.130.690.54
HSV48°74°86°
CMYK 0.000.150.74   0.14
XYZ47.510850.473311.1091
Yxy50.47330.43550.4627
Hunter Lab71.0446-4.956740.4601
CIE-Lab76.3589-1.283665.7843

#dbba39 color RGB value is (219,186,57).

#dbba39 hex color red value is 219, green value is 186 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dbba39 hue: 0.13 , saturation: 0.69 and the lightness value of dbba39 is 0.54.

The process color (four color CMYK) of #dbba39 color hex is 0.00, 0.15, 0.74, 0.14. Web safe color of #dbba39 is #cccc33. Color #dbba39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00111001
Octal 333 272 71
Decimal 219 186 57
Hex DB BA 39

RGB Percentages of Color #dbba39

%47.40
%40.26
%12.34

CMYK Percentages of Color #dbba39

%0
%15
%74
%14

Triadic Colors of #dbba39

#dbba39 #39dbba #ba39db

Analogous Colors of #dbba39

#dbba39 #abdb39 #db6939

Monochromatic Colors of #dbba39

#dbba39

Complementary Color

#dbba39 #395adb

#dbba39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba39 Color CSS Codes

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

#dbba39 Text Font Color

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

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


#dbba39 Background Color

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

This div background color is #dbba39


#dbba39 Border Color

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

This div border color is #dbba39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba39


Comments

No comments written yet.

Please login to write comment.