Color Hex Logo

#dbae1d Color Hex

#DBAE1D
(219,174,29)
0 Favorites   0 Comments

Color spaces of #dbae1d

RGB 21917429
HSL0.130.770.49
HSV46°87°86°
CMYK 0.000.210.87   0.14
XYZ44.571245.42097.5803
Yxy45.42090.45680.4655
Hunter Lab67.39500.108340.5078
CIE-Lab73.16824.110571.4624

#dbae1d color RGB value is (219,174,29).

#dbae1d hex color red value is 219, green value is 174 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dbae1d hue: 0.13 , saturation: 0.77 and the lightness value of dbae1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 00011101
Octal 333 256 35
Decimal 219 174 29
Hex DB AE 1D

RGB Percentages of Color #dbae1d

%51.90
%41.23
%6.87

CMYK Percentages of Color #dbae1d

%0
%21
%87
%14

Triadic Colors of #dbae1d

#dbae1d #1ddbae #ae1ddb

Analogous Colors of #dbae1d

#dbae1d #a9db1d #db4f1d

Monochromatic Colors of #dbae1d

#dbae1d

Complementary Color

#dbae1d #1d4adb

#dbae1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae1d Color CSS Codes

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

#dbae1d Text Font Color

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

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


#dbae1d Background Color

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

This div background color is #dbae1d


#dbae1d Border Color

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

This div border color is #dbae1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae1d


Comments

No comments written yet.

Please login to write comment.