Color Hex Logo

#dba148 Color Hex

#DBA148
(219,161,72)
0 Favorites   0 Comments

Color spaces of #dba148

RGB 21916172
HSL0.100.670.57
HSV36°67°86°
CMYK 0.000.260.67   0.14
XYZ43.128041.017711.7750
Yxy41.01770.44960.4276
Hunter Lab64.04518.123233.9308
CIE-Lab70.188312.716053.3143

#dba148 color RGB value is (219,161,72).

#dba148 hex color red value is 219, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dba148 hue: 0.10 , saturation: 0.67 and the lightness value of dba148 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01001000
Octal 333 241 110
Decimal 219 161 72
Hex DB A1 48

RGB Percentages of Color #dba148

%48.45
%35.62
%15.93

CMYK Percentages of Color #dba148

%0
%26
%67
%14

Triadic Colors of #dba148

#dba148 #48dba1 #a148db

Analogous Colors of #dba148

#dba148 #ccdb48 #db5848

Monochromatic Colors of #dba148

#dba148

Complementary Color

#dba148 #4882db

#dba148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba148 Color CSS Codes

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

#dba148 Text Font Color

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

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


#dba148 Background Color

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

This div background color is #dba148


#dba148 Border Color

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

This div border color is #dba148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba148


Comments

No comments written yet.

Please login to write comment.