Color Hex Logo

#daaf48 Color Hex

#DAAF48
(218,175,72)
0 Favorites   0 Comments

Color spaces of #daaf48

RGB 21817572
HSL0.120.660.57
HSV42°67°85°
CMYK 0.000.200.67   0.15
XYZ45.413146.033312.6227
Yxy46.03330.43640.4423
Hunter Lab67.84780.743036.4629
CIE-Lab73.56714.821556.9060

#daaf48 color RGB value is (218,175,72).

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

The process color (four color CMYK) of #daaf48 color hex is 0.00, 0.20, 0.67, 0.15. Web safe color of #daaf48 is #cc9933. Color #daaf48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 01001000
Octal 332 257 110
Decimal 218 175 72
Hex DA AF 48

RGB Percentages of Color #daaf48

%46.88
%37.63
%15.48

CMYK Percentages of Color #daaf48

%0
%20
%67
%15

Triadic Colors of #daaf48

#daaf48 #48daaf #af48da

Analogous Colors of #daaf48

#daaf48 #bcda48 #da6648

Monochromatic Colors of #daaf48

#daaf48

Complementary Color

#daaf48 #4873da

#daaf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf48 Color CSS Codes

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

#daaf48 Text Font Color

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

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


#daaf48 Background Color

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

This div background color is #daaf48


#daaf48 Border Color

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

This div border color is #daaf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf48


Comments

No comments written yet.

Please login to write comment.