Color Hex Logo

#daad43 Color Hex

#DAAD43
(218,173,67)
0 Favorites   0 Comments

Color spaces of #daad43

RGB 21817367
HSL0.120.670.56
HSV42°69°85°
CMYK 0.000.210.69   0.15
XYZ44.870145.197811.6693
Yxy45.19780.44100.4443
Hunter Lab67.22931.483036.7693
CIE-Lab73.02195.607258.4858

#daad43 color RGB value is (218,173,67).

#daad43 hex color red value is 218, green value is 173 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #daad43 hue: 0.12 , saturation: 0.67 and the lightness value of daad43 is 0.56.

The process color (four color CMYK) of #daad43 color hex is 0.00, 0.21, 0.69, 0.15. Web safe color of #daad43 is #cc9933. Color #daad43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01000011
Octal 332 255 103
Decimal 218 173 67
Hex DA AD 43

RGB Percentages of Color #daad43

%47.60
%37.77
%14.63

CMYK Percentages of Color #daad43

%0
%21
%69
%15

Triadic Colors of #daad43

#daad43 #43daad #ad43da

Analogous Colors of #daad43

#daad43 #bcda43 #da6243

Monochromatic Colors of #daad43

#daad43

Complementary Color

#daad43 #4370da

#daad43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad43 Color CSS Codes

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

#daad43 Text Font Color

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

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


#daad43 Background Color

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

This div background color is #daad43


#daad43 Border Color

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

This div border color is #daad43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad43


Comments

No comments written yet.

Please login to write comment.