Color Hex Logo

#dbae4a Color Hex

#DBAE4A
(219,174,74)
0 Favorites   0 Comments

Color spaces of #dbae4a

RGB 21917474
HSL0.110.670.57
HSV41°66°86°
CMYK 0.000.210.66   0.14
XYZ45.585545.826612.9214
Yxy45.82660.43690.4392
Hunter Lab67.69531.733636.0697
CIE-Lab73.43295.894255.9113

#dbae4a color RGB value is (219,174,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01001010
Octal 333 256 112
Decimal 219 174 74
Hex DB AE 4A

RGB Percentages of Color #dbae4a

%46.90
%37.26
%15.85

CMYK Percentages of Color #dbae4a

%0
%21
%66
%14

Triadic Colors of #dbae4a

#dbae4a #4adbae #ae4adb

Analogous Colors of #dbae4a

#dbae4a #c0db4a #db664a

Monochromatic Colors of #dbae4a

#dbae4a

Complementary Color

#dbae4a #4a77db

#dbae4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae4a Color CSS Codes

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

#dbae4a Text Font Color

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

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


#dbae4a Background Color

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

This div background color is #dbae4a


#dbae4a Border Color

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

This div border color is #dbae4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae4a


Comments

No comments written yet.

Please login to write comment.