Color Hex Logo

#daa830 Color Hex

#DAA830
(218,168,48)
0 Favorites   0 Comments

Color spaces of #daa830

RGB 21816848
HSL0.120.700.52
HSV42°78°85°
CMYK 0.000.230.78   0.15
XYZ43.449643.12418.8300
Yxy43.12410.45540.4520
Hunter Lab65.66893.183237.9960
CIE-Lab71.63917.415264.5327

#daa830 color RGB value is (218,168,48).

#daa830 hex color red value is 218, green value is 168 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #daa830 hue: 0.12 , saturation: 0.70 and the lightness value of daa830 is 0.52.

The process color (four color CMYK) of #daa830 color hex is 0.00, 0.23, 0.78, 0.15. Web safe color of #daa830 is #cc9933. Color #daa830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00110000
Octal 332 250 60
Decimal 218 168 48
Hex DA A8 30

RGB Percentages of Color #daa830

%50.23
%38.71
%11.06

CMYK Percentages of Color #daa830

%0
%23
%78
%15

Triadic Colors of #daa830

#daa830 #30daa8 #a830da

Analogous Colors of #daa830

#daa830 #b7da30 #da5330

Monochromatic Colors of #daa830

#daa830

Complementary Color

#daa830 #3062da

#daa830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa830 Color CSS Codes

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

#daa830 Text Font Color

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

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


#daa830 Background Color

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

This div background color is #daa830


#daa830 Border Color

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

This div border color is #daa830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa830


Comments

No comments written yet.

Please login to write comment.