Color Hex Logo

#dacc4b Color Hex

#DACC4B
(218,204,75)
0 Favorites   0 Comments

Color spaces of #dacc4b

RGB 21820475
HSL0.150.660.57
HSV54°66°85°
CMYK 0.000.060.66   0.15
XYZ51.776358.599215.2385
Yxy58.59920.41220.4665
Hunter Lab76.5501-13.230441.7825
CIE-Lab81.0708-10.057063.5252

#dacc4b color RGB value is (218,204,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01001011
Octal 332 314 113
Decimal 218 204 75
Hex DA CC 4B

RGB Percentages of Color #dacc4b

%43.86
%41.05
%15.09

CMYK Percentages of Color #dacc4b

%0
%6
%66
%15

Triadic Colors of #dacc4b

#dacc4b #4bdacc #cc4bda

Analogous Colors of #dacc4b

#dacc4b #a1da4b #da854b

Monochromatic Colors of #dacc4b

#dacc4b

Complementary Color

#dacc4b #4b59da

#dacc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc4b Color CSS Codes

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

#dacc4b Text Font Color

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

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


#dacc4b Background Color

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

This div background color is #dacc4b


#dacc4b Border Color

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

This div border color is #dacc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc4b


Comments

No comments written yet.

Please login to write comment.