Color Hex Logo

#dab73c Color Hex

#DAB73C
(218,183,60)
0 Favorites   0 Comments

Color spaces of #dab73c

RGB 21818360
HSL0.130.680.55
HSV47°72°85°
CMYK 0.000.160.72   0.15
XYZ46.662549.098611.2926
Yxy49.09860.43590.4586
Hunter Lab70.0704-3.753439.4941
CIE-Lab75.5126-0.012063.8136

#dab73c color RGB value is (218,183,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00111100
Octal 332 267 74
Decimal 218 183 60
Hex DA B7 3C

RGB Percentages of Color #dab73c

%47.29
%39.70
%13.02

CMYK Percentages of Color #dab73c

%0
%16
%72
%15

Triadic Colors of #dab73c

#dab73c #3cdab7 #b73cda

Analogous Colors of #dab73c

#dab73c #aeda3c #da683c

Monochromatic Colors of #dab73c

#dab73c

Complementary Color

#dab73c #3c5fda

#dab73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab73c Color CSS Codes

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

#dab73c Text Font Color

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

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


#dab73c Background Color

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

This div background color is #dab73c


#dab73c Border Color

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

This div border color is #dab73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab73c


Comments

No comments written yet.

Please login to write comment.