Color Hex Logo

#dacb5d Color Hex

#DACB5D
(218,203,93)
0 Favorites   0 Comments

Color spaces of #dacb5d

RGB 21820393
HSL0.150.630.61
HSV53°57°85°
CMYK 0.000.070.57   0.15
XYZ52.245258.407618.8761
Yxy58.40760.40330.4509
Hunter Lab76.4249-11.718238.8534
CIE-Lab80.9649-8.371555.6622

#dacb5d color RGB value is (218,203,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01011101
Octal 332 313 135
Decimal 218 203 93
Hex DA CB 5D

RGB Percentages of Color #dacb5d

%42.41
%39.49
%18.09

CMYK Percentages of Color #dacb5d

%0
%7
%57
%15

Triadic Colors of #dacb5d

#dacb5d #5ddacb #cb5dda

Analogous Colors of #dacb5d

#dacb5d #abda5d #da8d5d

Monochromatic Colors of #dacb5d

#dacb5d

Complementary Color

#dacb5d #5d6cda

#dacb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb5d Color CSS Codes

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

#dacb5d Text Font Color

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

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


#dacb5d Background Color

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

This div background color is #dacb5d


#dacb5d Border Color

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

This div border color is #dacb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb5d


Comments

No comments written yet.

Please login to write comment.