Color Hex Logo

#dbaf58 Color Hex

#DBAF58
(219,175,88)
0 Favorites   0 Comments

Color spaces of #dbaf58

RGB 21917588
HSL0.110.650.60
HSV40°60°86°
CMYK 0.000.200.60   0.14
XYZ46.304846.424615.7528
Yxy46.42460.42680.4279
Hunter Lab68.13562.070933.9872
CIE-Lab73.82026.272549.8689

#dbaf58 color RGB value is (219,175,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01011000
Octal 333 257 130
Decimal 219 175 88
Hex DB AF 58

RGB Percentages of Color #dbaf58

%45.44
%36.31
%18.26

CMYK Percentages of Color #dbaf58

%0
%20
%60
%14

Triadic Colors of #dbaf58

#dbaf58 #58dbaf #af58db

Analogous Colors of #dbaf58

#dbaf58 #c6db58 #db6e58

Monochromatic Colors of #dbaf58

#dbaf58

Complementary Color

#dbaf58 #5884db

#dbaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf58 Color CSS Codes

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

#dbaf58 Text Font Color

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

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


#dbaf58 Background Color

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

This div background color is #dbaf58


#dbaf58 Border Color

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

This div border color is #dbaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf58


Comments

No comments written yet.

Please login to write comment.