Color Hex Logo

#daaa38 Color Hex

#DAAA38
(218,170,56)
0 Favorites   0 Comments

Color spaces of #daaa38

RGB 21817056
HSL0.120.690.54
HSV42°74°85°
CMYK 0.000.220.74   0.15
XYZ44.002043.94049.9036
Yxy43.94040.44970.4491
Hunter Lab66.28762.485937.5431
CIE-Lab72.18866.672062.1049

#daaa38 color RGB value is (218,170,56).

#daaa38 hex color red value is 218, green value is 170 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #daaa38 hue: 0.12 , saturation: 0.69 and the lightness value of daaa38 is 0.54.

The process color (four color CMYK) of #daaa38 color hex is 0.00, 0.22, 0.74, 0.15. Web safe color of #daaa38 is #cc9933. Color #daaa38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00111000
Octal 332 252 70
Decimal 218 170 56
Hex DA AA 38

RGB Percentages of Color #daaa38

%49.10
%38.29
%12.61

CMYK Percentages of Color #daaa38

%0
%22
%74
%15

Triadic Colors of #daaa38

#daaa38 #38daaa #aa38da

Analogous Colors of #daaa38

#daaa38 #b9da38 #da5938

Monochromatic Colors of #daaa38

#daaa38

Complementary Color

#daaa38 #3868da

#daaa38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa38 Color CSS Codes

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

#daaa38 Text Font Color

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

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


#daaa38 Background Color

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

This div background color is #daaa38


#daaa38 Border Color

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

This div border color is #daaa38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa38


Comments

No comments written yet.

Please login to write comment.