Color Hex Logo

#dab13d Color Hex

#DAB13D
(218,177,61)
0 Favorites   0 Comments

Color spaces of #dab13d

RGB 21817761
HSL0.120.680.55
HSV44°72°85°
CMYK 0.000.190.72   0.15
XYZ45.477946.686611.0294
Yxy46.68660.44070.4524
Hunter Lab68.3276-0.766238.2588
CIE-Lab73.98893.189561.9221

#dab13d color RGB value is (218,177,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111101
Octal 332 261 75
Decimal 218 177 61
Hex DA B1 3D

RGB Percentages of Color #dab13d

%47.81
%38.82
%13.38

CMYK Percentages of Color #dab13d

%0
%19
%72
%15

Triadic Colors of #dab13d

#dab13d #3ddab1 #b13dda

Analogous Colors of #dab13d

#dab13d #b5da3d #da633d

Monochromatic Colors of #dab13d

#dab13d

Complementary Color

#dab13d #3d66da

#dab13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab13d Color CSS Codes

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

#dab13d Text Font Color

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

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


#dab13d Background Color

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

This div background color is #dab13d


#dab13d Border Color

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

This div border color is #dab13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab13d


Comments

No comments written yet.

Please login to write comment.