Color Hex Logo

#dbaf65 Color Hex

#DBAF65
(219,175,101)
0 Favorites   0 Comments

Color spaces of #dbaf65

RGB 219175101
HSL0.100.620.63
HSV38°54°86°
CMYK 0.000.200.54   0.14
XYZ46.892446.659618.8466
Yxy46.65960.41720.4151
Hunter Lab68.30782.999131.4570
CIE-Lab73.97157.277543.6628

#dbaf65 color RGB value is (219,175,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01100101
Octal 333 257 145
Decimal 219 175 101
Hex DB AF 65

RGB Percentages of Color #dbaf65

%44.24
%35.35
%20.40

CMYK Percentages of Color #dbaf65

%0
%20
%54
%14

Triadic Colors of #dbaf65

#dbaf65 #65dbaf #af65db

Analogous Colors of #dbaf65

#dbaf65 #ccdb65 #db7465

Monochromatic Colors of #dbaf65

#dbaf65

Complementary Color

#dbaf65 #6591db

#dbaf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf65 Color CSS Codes

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

#dbaf65 Text Font Color

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

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


#dbaf65 Background Color

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

This div background color is #dbaf65


#dbaf65 Border Color

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

This div border color is #dbaf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf65


Comments

No comments written yet.

Please login to write comment.