Color Hex Logo

#dac05b Color Hex

#DAC05B
(218,192,91)
0 Favorites   0 Comments

Color spaces of #dac05b

RGB 21819291
HSL0.130.630.61
HSV48°58°85°
CMYK 0.000.120.58   0.15
XYZ49.651453.360017.5801
Yxy53.36000.41170.4425
Hunter Lab73.0479-6.505736.8645
CIE-Lab78.0871-2.860653.3134

#dac05b color RGB value is (218,192,91).

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

The process color (four color CMYK) of #dac05b color hex is 0.00, 0.12, 0.58, 0.15. Web safe color of #dac05b is #cccc66. Color #dac05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01011011
Octal 332 300 133
Decimal 218 192 91
Hex DA C0 5B

RGB Percentages of Color #dac05b

%43.51
%38.32
%18.16

CMYK Percentages of Color #dac05b

%0
%12
%58
%15

Triadic Colors of #dac05b

#dac05b #5bdac0 #c05bda

Analogous Colors of #dac05b

#dac05b #b5da5b #da815b

Monochromatic Colors of #dac05b

#dac05b

Complementary Color

#dac05b #5b75da

#dac05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac05b Color CSS Codes

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

#dac05b Text Font Color

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

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


#dac05b Background Color

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

This div background color is #dac05b


#dac05b Border Color

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

This div border color is #dac05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac05b


Comments

No comments written yet.

Please login to write comment.