Color Hex Logo

#dba448 Color Hex

#DBA448
(219,164,72)
0 Favorites   0 Comments

Color spaces of #dba448

RGB 21916472
HSL0.100.670.57
HSV38°67°86°
CMYK 0.000.250.67   0.14
XYZ43.658642.078911.9519
Yxy42.07890.44690.4307
Hunter Lab64.86836.617334.4837
CIE-Lab70.925311.108754.1101

#dba448 color RGB value is (219,164,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 01001000
Octal 333 244 110
Decimal 219 164 72
Hex DB A4 48

RGB Percentages of Color #dba448

%48.13
%36.04
%15.82

CMYK Percentages of Color #dba448

%0
%25
%67
%14

Triadic Colors of #dba448

#dba448 #48dba4 #a448db

Analogous Colors of #dba448

#dba448 #c9db48 #db5b48

Monochromatic Colors of #dba448

#dba448

Complementary Color

#dba448 #487fdb

#dba448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba448 Color CSS Codes

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

#dba448 Text Font Color

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

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


#dba448 Background Color

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

This div background color is #dba448


#dba448 Border Color

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

This div border color is #dba448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba448


Comments

No comments written yet.

Please login to write comment.