Color Hex Logo

#dbaf66 Color Hex

#DBAF66
(219,175,102)
0 Favorites   0 Comments

Color spaces of #dbaf66

RGB 219175102
HSL0.100.620.63
HSV37°53°86°
CMYK 0.000.200.53   0.14
XYZ46.941746.679319.1063
Yxy46.67930.41640.4141
Hunter Lab68.32233.076831.2451
CIE-Lab73.98427.361443.1750

#dbaf66 color RGB value is (219,175,102).

#dbaf66 hex color red value is 219, green value is 175 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dbaf66 hue: 0.10 , saturation: 0.62 and the lightness value of dbaf66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01100110
Octal 333 257 146
Decimal 219 175 102
Hex DB AF 66

RGB Percentages of Color #dbaf66

%44.15
%35.28
%20.56

CMYK Percentages of Color #dbaf66

%0
%20
%53
%14

Triadic Colors of #dbaf66

#dbaf66 #66dbaf #af66db

Analogous Colors of #dbaf66

#dbaf66 #cddb66 #db7566

Monochromatic Colors of #dbaf66

#dbaf66

Complementary Color

#dbaf66 #6692db

#dbaf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf66 Color CSS Codes

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

#dbaf66 Text Font Color

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

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


#dbaf66 Background Color

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

This div background color is #dbaf66


#dbaf66 Border Color

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

This div border color is #dbaf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf66


Comments

No comments written yet.

Please login to write comment.