Color Hex Logo

#dabb63 Color Hex

#DABB63
(218,187,99)
0 Favorites   0 Comments

Color spaces of #dabb63

RGB 21818799
HSL0.120.620.62
HSV44°55°85°
CMYK 0.000.140.55   0.15
XYZ48.935951.346919.1361
Yxy51.34690.40980.4300
Hunter Lab71.6568-3.497934.3262
CIE-Lab76.88870.361248.1246

#dabb63 color RGB value is (218,187,99).

#dabb63 hex color red value is 218, green value is 187 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dabb63 hue: 0.12 , saturation: 0.62 and the lightness value of dabb63 is 0.62.

The process color (four color CMYK) of #dabb63 color hex is 0.00, 0.14, 0.55, 0.15. Web safe color of #dabb63 is #cccc66. Color #dabb63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01100011
Octal 332 273 143
Decimal 218 187 99
Hex DA BB 63

RGB Percentages of Color #dabb63

%43.25
%37.10
%19.64

CMYK Percentages of Color #dabb63

%0
%14
%55
%15

Triadic Colors of #dabb63

#dabb63 #63dabb #bb63da

Analogous Colors of #dabb63

#dabb63 #beda63 #da8063

Monochromatic Colors of #dabb63

#dabb63

Complementary Color

#dabb63 #6382da

#dabb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb63 Color CSS Codes

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

#dabb63 Text Font Color

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

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


#dabb63 Background Color

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

This div background color is #dabb63


#dabb63 Border Color

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

This div border color is #dabb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb63


Comments

No comments written yet.

Please login to write comment.