Color Hex Logo

#dab92d Color Hex

#DAB92D
(218,185,45)
0 Favorites   0 Comments

Color spaces of #dab92d

RGB 21818545
HSL0.130.700.52
HSV49°79°85°
CMYK 0.000.150.79   0.15
XYZ46.736149.79289.6303
Yxy49.79280.44020.4690
Hunter Lab70.5640-5.262541.3031
CIE-Lab75.9419-1.655069.4112

#dab92d color RGB value is (218,185,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00101101
Octal 332 271 55
Decimal 218 185 45
Hex DA B9 2D

RGB Percentages of Color #dab92d

%48.66
%41.29
%10.04

CMYK Percentages of Color #dab92d

%0
%15
%79
%15

Triadic Colors of #dab92d

#dab92d #2ddab9 #b92dda

Analogous Colors of #dab92d

#dab92d #a5da2d #da632d

Monochromatic Colors of #dab92d

#dab92d

Complementary Color

#dab92d #2d4eda

#dab92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab92d Color CSS Codes

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

#dab92d Text Font Color

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

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


#dab92d Background Color

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

This div background color is #dab92d


#dab92d Border Color

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

This div border color is #dab92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab92d


Comments

No comments written yet.

Please login to write comment.