Color Hex Logo

#dab73a Color Hex

#DAB73A
(218,183,58)
0 Favorites   0 Comments

Color spaces of #dab73a

RGB 21818358
HSL0.130.680.54
HSV47°73°85°
CMYK 0.000.160.73   0.15
XYZ46.610649.077911.0193
Yxy49.07790.43680.4599
Hunter Lab70.0556-3.834739.7130
CIE-Lab75.4998-0.102864.5556

#dab73a color RGB value is (218,183,58).

#dab73a hex color red value is 218, green value is 183 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dab73a hue: 0.13 , saturation: 0.68 and the lightness value of dab73a is 0.54.

The process color (four color CMYK) of #dab73a color hex is 0.00, 0.16, 0.73, 0.15. Web safe color of #dab73a is #cccc33. Color #dab73a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00111010
Octal 332 267 72
Decimal 218 183 58
Hex DA B7 3A

RGB Percentages of Color #dab73a

%47.49
%39.87
%12.64

CMYK Percentages of Color #dab73a

%0
%16
%73
%15

Triadic Colors of #dab73a

#dab73a #3adab7 #b73ada

Analogous Colors of #dab73a

#dab73a #adda3a #da673a

Monochromatic Colors of #dab73a

#dab73a

Complementary Color

#dab73a #3a5dda

#dab73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab73a Color CSS Codes

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

#dab73a Text Font Color

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

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


#dab73a Background Color

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

This div background color is #dab73a


#dab73a Border Color

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

This div border color is #dab73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab73a


Comments

No comments written yet.

Please login to write comment.