Color Hex Logo

#dbaf57 Color Hex

#DBAF57
(219,175,87)
0 Favorites   0 Comments

Color spaces of #dbaf57

RGB 21917587
HSL0.110.650.60
HSV40°60°86°
CMYK 0.000.200.60   0.14
XYZ46.263746.408115.5361
Yxy46.40810.42750.4289
Hunter Lab68.12352.006034.1649
CIE-Lab73.80966.201950.3342

#dbaf57 color RGB value is (219,175,87).

#dbaf57 hex color red value is 219, green value is 175 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dbaf57 hue: 0.11 , saturation: 0.65 and the lightness value of dbaf57 is 0.60.

The process color (four color CMYK) of #dbaf57 color hex is 0.00, 0.20, 0.60, 0.14. Web safe color of #dbaf57 is #cc9966. Color #dbaf57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01010111
Octal 333 257 127
Decimal 219 175 87
Hex DB AF 57

RGB Percentages of Color #dbaf57

%45.53
%36.38
%18.09

CMYK Percentages of Color #dbaf57

%0
%20
%60
%14

Triadic Colors of #dbaf57

#dbaf57 #57dbaf #af57db

Analogous Colors of #dbaf57

#dbaf57 #c5db57 #db6d57

Monochromatic Colors of #dbaf57

#dbaf57

Complementary Color

#dbaf57 #5783db

#dbaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf57 Color CSS Codes

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

#dbaf57 Text Font Color

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

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


#dbaf57 Background Color

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

This div background color is #dbaf57


#dbaf57 Border Color

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

This div border color is #dbaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf57


Comments

No comments written yet.

Please login to write comment.