Color Hex Logo

#dab733 Color Hex

#DAB733
(218,183,51)
0 Favorites   0 Comments

Color spaces of #dab733

RGB 21818351
HSL0.130.690.53
HSV47°77°85°
CMYK 0.000.160.77   0.15
XYZ46.444549.011410.1442
Yxy49.01140.43980.4641
Hunter Lab70.0081-4.094540.4146
CIE-Lab75.4584-0.393567.0199

#dab733 color RGB value is (218,183,51).

#dab733 hex color red value is 218, green value is 183 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dab733 hue: 0.13 , saturation: 0.69 and the lightness value of dab733 is 0.53.

The process color (four color CMYK) of #dab733 color hex is 0.00, 0.16, 0.77, 0.15. Web safe color of #dab733 is #cccc33. Color #dab733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00110011
Octal 332 267 63
Decimal 218 183 51
Hex DA B7 33

RGB Percentages of Color #dab733

%48.23
%40.49
%11.28

CMYK Percentages of Color #dab733

%0
%16
%77
%15

Triadic Colors of #dab733

#dab733 #33dab7 #b733da

Analogous Colors of #dab733

#dab733 #aada33 #da6433

Monochromatic Colors of #dab733

#dab733

Complementary Color

#dab733 #3356da

#dab733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab733 Color CSS Codes

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

#dab733 Text Font Color

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

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


#dab733 Background Color

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

This div background color is #dab733


#dab733 Border Color

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

This div border color is #dab733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab733


Comments

No comments written yet.

Please login to write comment.