Color Hex Logo

#dbae62 Color Hex

#DBAE62
(219,174,98)
0 Favorites   0 Comments

Color spaces of #dbae62

RGB 21917498
HSL0.100.630.62
HSV38°55°86°
CMYK 0.000.210.55   0.14
XYZ46.554146.214018.0218
Yxy46.21400.42020.4171
Hunter Lab67.98093.272331.8688
CIE-Lab73.68427.563644.8177

#dbae62 color RGB value is (219,174,98).

#dbae62 hex color red value is 219, green value is 174 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dbae62 hue: 0.10 , saturation: 0.63 and the lightness value of dbae62 is 0.62.

The process color (four color CMYK) of #dbae62 color hex is 0.00, 0.21, 0.55, 0.14. Web safe color of #dbae62 is #cc9966. Color #dbae62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01100010
Octal 333 256 142
Decimal 219 174 98
Hex DB AE 62

RGB Percentages of Color #dbae62

%44.60
%35.44
%19.96

CMYK Percentages of Color #dbae62

%0
%21
%55
%14

Triadic Colors of #dbae62

#dbae62 #62dbae #ae62db

Analogous Colors of #dbae62

#dbae62 #ccdb62 #db7262

Monochromatic Colors of #dbae62

#dbae62

Complementary Color

#dbae62 #628fdb

#dbae62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae62 Color CSS Codes

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

#dbae62 Text Font Color

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

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


#dbae62 Background Color

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

This div background color is #dbae62


#dbae62 Border Color

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

This div border color is #dbae62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae62


Comments

No comments written yet.

Please login to write comment.