Color Hex Logo

#dac665 Color Hex

#DAC665
(218,198,101)
0 Favorites   0 Comments

Color spaces of #dac665

RGB 218198101
HSL0.140.610.63
HSV50°54°85°
CMYK 0.000.090.54   0.15
XYZ51.456556.233220.4540
Yxy56.23320.40160.4388
Hunter Lab74.9888-8.745636.3202
CIE-Lab79.7464-5.190750.5367

#dac665 color RGB value is (218,198,101).

#dac665 hex color red value is 218, green value is 198 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dac665 hue: 0.14 , saturation: 0.61 and the lightness value of dac665 is 0.63.

The process color (four color CMYK) of #dac665 color hex is 0.00, 0.09, 0.54, 0.15. Web safe color of #dac665 is #cccc66. Color #dac665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01100101
Octal 332 306 145
Decimal 218 198 101
Hex DA C6 65

RGB Percentages of Color #dac665

%42.17
%38.30
%19.54

CMYK Percentages of Color #dac665

%0
%9
%54
%15

Triadic Colors of #dac665

#dac665 #65dac6 #c665da

Analogous Colors of #dac665

#dac665 #b4da65 #da8c65

Monochromatic Colors of #dac665

#dac665

Complementary Color

#dac665 #6579da

#dac665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac665 Color CSS Codes

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

#dac665 Text Font Color

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

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


#dac665 Background Color

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

This div background color is #dac665


#dac665 Border Color

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

This div border color is #dac665


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,198,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 #dac665">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac665


Comments

No comments written yet.

Please login to write comment.