Color Hex Logo

#dac22b Color Hex

#DAC22B
(218,194,43)
0 Favorites   0 Comments

Color spaces of #dac22b

RGB 21819443
HSL0.140.700.51
HSV52°80°85°
CMYK 0.000.110.80   0.15
XYZ48.641353.663410.0799
Yxy53.66340.43280.4775
Hunter Lab73.2553-9.673343.1204
CIE-Lab78.2651-6.377372.0509

#dac22b color RGB value is (218,194,43).

#dac22b hex color red value is 218, green value is 194 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dac22b hue: 0.14 , saturation: 0.70 and the lightness value of dac22b is 0.51.

The process color (four color CMYK) of #dac22b color hex is 0.00, 0.11, 0.80, 0.15. Web safe color of #dac22b is #cccc33. Color #dac22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00101011
Octal 332 302 53
Decimal 218 194 43
Hex DA C2 2B

RGB Percentages of Color #dac22b

%47.91
%42.64
%9.45

CMYK Percentages of Color #dac22b

%0
%11
%80
%15

Triadic Colors of #dac22b

#dac22b #2bdac2 #c22bda

Analogous Colors of #dac22b

#dac22b #9bda2b #da6b2b

Monochromatic Colors of #dac22b

#dac22b

Complementary Color

#dac22b #2b43da

#dac22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac22b Color CSS Codes

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

#dac22b Text Font Color

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

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


#dac22b Background Color

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

This div background color is #dac22b


#dac22b Border Color

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

This div border color is #dac22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac22b


Comments

No comments written yet.

Please login to write comment.