Color Hex Logo

#dacb64 Color Hex

#DACB64
(218,203,100)
0 Favorites   0 Comments

Color spaces of #dacb64

RGB 218203100
HSL0.150.610.62
HSV52°54°85°
CMYK 0.000.070.54   0.15
XYZ52.569658.537420.5847
Yxy58.53740.39920.4445
Hunter Lab76.5097-11.245337.6050
CIE-Lab81.0367-7.834952.5179

#dacb64 color RGB value is (218,203,100).

#dacb64 hex color red value is 218, green value is 203 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dacb64 hue: 0.15 , saturation: 0.61 and the lightness value of dacb64 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01100100
Octal 332 313 144
Decimal 218 203 100
Hex DA CB 64

RGB Percentages of Color #dacb64

%41.84
%38.96
%19.19

CMYK Percentages of Color #dacb64

%0
%7
%54
%15

Triadic Colors of #dacb64

#dacb64 #64dacb #cb64da

Analogous Colors of #dacb64

#dacb64 #aeda64 #da9064

Monochromatic Colors of #dacb64

#dacb64

Complementary Color

#dacb64 #6473da

#dacb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb64 Color CSS Codes

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

#dacb64 Text Font Color

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

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


#dacb64 Background Color

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

This div background color is #dacb64


#dacb64 Border Color

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

This div border color is #dacb64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,203,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb64


Comments

No comments written yet.

Please login to write comment.