Color Hex Logo

#dbaf40 Color Hex

#DBAF40
(219,175,64)
0 Favorites   0 Comments

Color spaces of #dbaf40

RGB 21917564
HSL0.120.680.55
HSV43°71°86°
CMYK 0.000.200.71   0.14
XYZ45.468846.090211.3503
Yxy46.09020.44180.4479
Hunter Lab67.88980.742337.6103
CIE-Lab73.60404.822260.3631

#dbaf40 color RGB value is (219,175,64).

#dbaf40 hex color red value is 219, green value is 175 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dbaf40 hue: 0.12 , saturation: 0.68 and the lightness value of dbaf40 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01000000
Octal 333 257 100
Decimal 219 175 64
Hex DB AF 40

RGB Percentages of Color #dbaf40

%47.82
%38.21
%13.97

CMYK Percentages of Color #dbaf40

%0
%20
%71
%14

Triadic Colors of #dbaf40

#dbaf40 #40dbaf #af40db

Analogous Colors of #dbaf40

#dbaf40 #badb40 #db6140

Monochromatic Colors of #dbaf40

#dbaf40

Complementary Color

#dbaf40 #406cdb

#dbaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf40 Color CSS Codes

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

#dbaf40 Text Font Color

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

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


#dbaf40 Background Color

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

This div background color is #dbaf40


#dbaf40 Border Color

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

This div border color is #dbaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf40


Comments

No comments written yet.

Please login to write comment.