Color Hex Logo

#dab13f Color Hex

#DAB13F
(218,177,63)
0 Favorites   0 Comments

Color spaces of #dab13f

RGB 21817763
HSL0.120.680.55
HSV44°71°85°
CMYK 0.000.190.71   0.15
XYZ45.532846.708611.3184
Yxy46.70860.43970.4510
Hunter Lab68.3437-0.678938.0216
CIE-Lab74.00303.285961.1392

#dab13f color RGB value is (218,177,63).

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

The process color (four color CMYK) of #dab13f color hex is 0.00, 0.19, 0.71, 0.15. Web safe color of #dab13f is #cc9933. Color #dab13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111111
Octal 332 261 77
Decimal 218 177 63
Hex DA B1 3F

RGB Percentages of Color #dab13f

%47.60
%38.65
%13.76

CMYK Percentages of Color #dab13f

%0
%19
%71
%15

Triadic Colors of #dab13f

#dab13f #3fdab1 #b13fda

Analogous Colors of #dab13f

#dab13f #b6da3f #da643f

Monochromatic Colors of #dab13f

#dab13f

Complementary Color

#dab13f #3f68da

#dab13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab13f Color CSS Codes

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

#dab13f Text Font Color

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

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


#dab13f Background Color

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

This div background color is #dab13f


#dab13f Border Color

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

This div border color is #dab13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab13f


Comments

No comments written yet.

Please login to write comment.