Color Hex Logo

#dbaf4c Color Hex

#DBAF4C
(219,175,76)
0 Favorites   0 Comments

Color spaces of #dbaf4c

RGB 21917576
HSL0.120.670.58
HSV42°65°86°
CMYK 0.000.200.65   0.14
XYZ45.847946.241813.3466
Yxy46.24180.43480.4386
Hunter Lab68.00131.346135.9641
CIE-Lab73.70225.483055.3091

#dbaf4c color RGB value is (219,175,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01001100
Octal 333 257 114
Decimal 219 175 76
Hex DB AF 4C

RGB Percentages of Color #dbaf4c

%46.60
%37.23
%16.17

CMYK Percentages of Color #dbaf4c

%0
%20
%65
%14

Triadic Colors of #dbaf4c

#dbaf4c #4cdbaf #af4cdb

Analogous Colors of #dbaf4c

#dbaf4c #c0db4c #db684c

Monochromatic Colors of #dbaf4c

#dbaf4c

Complementary Color

#dbaf4c #4c78db

#dbaf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf4c Color CSS Codes

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

#dbaf4c Text Font Color

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

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


#dbaf4c Background Color

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

This div background color is #dbaf4c


#dbaf4c Border Color

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

This div border color is #dbaf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf4c


Comments

No comments written yet.

Please login to write comment.