Color Hex Logo

#dabb3f Color Hex

#DABB3F
(218,187,63)
0 Favorites   0 Comments

Color spaces of #dabb3f

RGB 21818763
HSL0.130.680.55
HSV48°71°85°
CMYK 0.000.140.71   0.15
XYZ47.581050.805012.0012
Yxy50.80500.43100.4602
Hunter Lab71.2776-5.579139.9115
CIE-Lab76.5607-1.958463.6949

#dabb3f color RGB value is (218,187,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00111111
Octal 332 273 77
Decimal 218 187 63
Hex DA BB 3F

RGB Percentages of Color #dabb3f

%46.58
%39.96
%13.46

CMYK Percentages of Color #dabb3f

%0
%14
%71
%15

Triadic Colors of #dabb3f

#dabb3f #3fdabb #bb3fda

Analogous Colors of #dabb3f

#dabb3f #acda3f #da6e3f

Monochromatic Colors of #dabb3f

#dabb3f

Complementary Color

#dabb3f #3f5eda

#dabb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb3f Color CSS Codes

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

#dabb3f Text Font Color

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

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


#dabb3f Background Color

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

This div background color is #dabb3f


#dabb3f Border Color

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

This div border color is #dabb3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb3f


Comments

No comments written yet.

Please login to write comment.