Color Hex Logo

#dacc3b Color Hex

#DACC3B
(218,204,59)
0 Favorites   0 Comments

Color spaces of #dacc3b

RGB 21820459
HSL0.150.680.54
HSV55°73°85°
CMYK 0.000.060.73   0.15
XYZ51.295758.406912.7078
Yxy58.40690.41900.4771
Hunter Lab76.4244-13.934443.6384
CIE-Lab80.9645-10.866269.4414

#dacc3b color RGB value is (218,204,59).

#dacc3b hex color red value is 218, green value is 204 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dacc3b hue: 0.15 , saturation: 0.68 and the lightness value of dacc3b is 0.54.

The process color (four color CMYK) of #dacc3b color hex is 0.00, 0.06, 0.73, 0.15. Web safe color of #dacc3b is #cccc33. Color #dacc3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 00111011
Octal 332 314 73
Decimal 218 204 59
Hex DA CC 3B

RGB Percentages of Color #dacc3b

%45.32
%42.41
%12.27

CMYK Percentages of Color #dacc3b

%0
%6
%73
%15

Triadic Colors of #dacc3b

#dacc3b #3bdacc #cc3bda

Analogous Colors of #dacc3b

#dacc3b #99da3b #da7d3b

Monochromatic Colors of #dacc3b

#dacc3b

Complementary Color

#dacc3b #3b49da

#dacc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc3b Color CSS Codes

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

#dacc3b Text Font Color

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

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


#dacc3b Background Color

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

This div background color is #dacc3b


#dacc3b Border Color

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

This div border color is #dacc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc3b


Comments

No comments written yet.

Please login to write comment.