Color Hex Logo

#dacb65 Color Hex

#DACB65
(218,203,101)
0 Favorites   0 Comments

Color spaces of #dacb65

RGB 218203101
HSL0.150.610.63
HSV52°54°85°
CMYK 0.000.070.54   0.15
XYZ52.618358.556920.8412
Yxy58.55690.39860.4436
Hunter Lab76.5225-11.174437.4179
CIE-Lab81.0474-7.754652.0617

#dacb65 color RGB value is (218,203,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01100101
Octal 332 313 145
Decimal 218 203 101
Hex DA CB 65

RGB Percentages of Color #dacb65

%41.76
%38.89
%19.35

CMYK Percentages of Color #dacb65

%0
%7
%54
%15

Triadic Colors of #dacb65

#dacb65 #65dacb #cb65da

Analogous Colors of #dacb65

#dacb65 #afda65 #da9165

Monochromatic Colors of #dacb65

#dacb65

Complementary Color

#dacb65 #6574da

#dacb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb65 Color CSS Codes

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

#dacb65 Text Font Color

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

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


#dacb65 Background Color

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

This div background color is #dacb65


#dacb65 Border Color

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

This div border color is #dacb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb65


Comments

No comments written yet.

Please login to write comment.