Color Hex Logo

#dbae48 Color Hex

#DBAE48
(219,174,72)
0 Favorites   0 Comments

Color spaces of #dbae48

RGB 21917472
HSL0.120.670.57
HSV42°67°86°
CMYK 0.000.210.67   0.14
XYZ45.519245.800112.5721
Yxy45.80010.43810.4408
Hunter Lab67.67581.627836.3588
CIE-Lab73.41565.778756.7753

#dbae48 color RGB value is (219,174,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01001000
Octal 333 256 110
Decimal 219 174 72
Hex DB AE 48

RGB Percentages of Color #dbae48

%47.10
%37.42
%15.48

CMYK Percentages of Color #dbae48

%0
%21
%67
%14

Triadic Colors of #dbae48

#dbae48 #48dbae #ae48db

Analogous Colors of #dbae48

#dbae48 #bfdb48 #db6548

Monochromatic Colors of #dbae48

#dbae48

Complementary Color

#dbae48 #4875db

#dbae48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae48 Color CSS Codes

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

#dbae48 Text Font Color

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

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


#dbae48 Background Color

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

This div background color is #dbae48


#dbae48 Border Color

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

This div border color is #dbae48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae48


Comments

No comments written yet.

Please login to write comment.