Color Hex Logo

#dbaf29 Color Hex

#DBAF29
(219,175,41)
0 Favorites   0 Comments

Color spaces of #dbaf29

RGB 21917541
HSL0.130.710.51
HSV45°81°86°
CMYK 0.000.200.81   0.14
XYZ44.943645.88018.5848
Yxy45.88010.45210.4615
Hunter Lab67.7349-0.097239.8999
CIE-Lab73.46773.898568.4942

#dbaf29 color RGB value is (219,175,41).

#dbaf29 hex color red value is 219, green value is 175 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dbaf29 hue: 0.13 , saturation: 0.71 and the lightness value of dbaf29 is 0.51.

The process color (four color CMYK) of #dbaf29 color hex is 0.00, 0.20, 0.81, 0.14. Web safe color of #dbaf29 is #cc9933. Color #dbaf29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 00101001
Octal 333 257 51
Decimal 219 175 41
Hex DB AF 29

RGB Percentages of Color #dbaf29

%50.34
%40.23
%9.43

CMYK Percentages of Color #dbaf29

%0
%20
%81
%14

Triadic Colors of #dbaf29

#dbaf29 #29dbaf #af29db

Analogous Colors of #dbaf29

#dbaf29 #aedb29 #db5629

Monochromatic Colors of #dbaf29

#dbaf29

Complementary Color

#dbaf29 #2955db

#dbaf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf29 Color CSS Codes

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

#dbaf29 Text Font Color

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

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


#dbaf29 Background Color

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

This div background color is #dbaf29


#dbaf29 Border Color

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

This div border color is #dbaf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf29

#dbaf29 Color Palettes


Comments

No comments written yet.

Please login to write comment.