Color Hex Logo

#dab344 Color Hex

#DAB344
(218,179,68)
0 Favorites   0 Comments

Color spaces of #dab344

RGB 21817968
HSL0.120.670.56
HSV44°69°85°
CMYK 0.000.180.69   0.15
XYZ46.076947.563012.2209
Yxy47.56300.43530.4493
Hunter Lab68.9659-1.432637.7698
CIE-Lab74.54852.486959.6439

#dab344 color RGB value is (218,179,68).

#dab344 hex color red value is 218, green value is 179 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dab344 hue: 0.12 , saturation: 0.67 and the lightness value of dab344 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01000100
Octal 332 263 104
Decimal 218 179 68
Hex DA B3 44

RGB Percentages of Color #dab344

%46.88
%38.49
%14.62

CMYK Percentages of Color #dab344

%0
%18
%69
%15

Triadic Colors of #dab344

#dab344 #44dab3 #b344da

Analogous Colors of #dab344

#dab344 #b6da44 #da6844

Monochromatic Colors of #dab344

#dab344

Complementary Color

#dab344 #446bda

#dab344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab344 Color CSS Codes

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

#dab344 Text Font Color

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

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


#dab344 Background Color

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

This div background color is #dab344


#dab344 Border Color

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

This div border color is #dab344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab344


Comments

No comments written yet.

Please login to write comment.