Color Hex Logo

#da9231 Color Hex

#DA9231
(218,146,49)
0 Favorites   0 Comments

Color spaces of #da9231

RGB 21814649
HSL0.100.700.52
HSV34°78°85°
CMYK 0.000.330.78   0.15
XYZ39.746735.68497.6987
Yxy35.68490.47810.4293
Hunter Lab59.736814.227934.1747
CIE-Lab66.278519.253359.1575

#da9231 color RGB value is (218,146,49).

#da9231 hex color red value is 218, green value is 146 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #da9231 hue: 0.10 , saturation: 0.70 and the lightness value of da9231 is 0.52.

The process color (four color CMYK) of #da9231 color hex is 0.00, 0.33, 0.78, 0.15. Web safe color of #da9231 is #cc9933. Color #da9231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 00110001
Octal 332 222 61
Decimal 218 146 49
Hex DA 92 31

RGB Percentages of Color #da9231

%52.78
%35.35
%11.86

CMYK Percentages of Color #da9231

%0
%33
%78
%15

Triadic Colors of #da9231

#da9231 #31da92 #9231da

Analogous Colors of #da9231

#da9231 #ceda31 #da3d31

Monochromatic Colors of #da9231

#da9231

Complementary Color

#da9231 #3179da

#da9231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9231 Color CSS Codes

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

#da9231 Text Font Color

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

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


#da9231 Background Color

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

This div background color is #da9231


#da9231 Border Color

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

This div border color is #da9231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9231


Comments

No comments written yet.

Please login to write comment.