Color Hex Logo

#da902d Color Hex

#DA902D
(218,144,45)
0 Favorites   0 Comments

Color spaces of #da902d

RGB 21814445
HSL0.100.700.52
HSV34°79°85°
CMYK 0.000.340.79   0.15
XYZ39.360435.04147.1718
Yxy35.04140.48250.4296
Hunter Lab59.195815.095434.2538
CIE-Lab65.780920.182760.2310

#da902d color RGB value is (218,144,45).

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

The process color (four color CMYK) of #da902d color hex is 0.00, 0.34, 0.79, 0.15. Web safe color of #da902d is #cc9933. Color #da902d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 00101101
Octal 332 220 55
Decimal 218 144 45
Hex DA 90 2D

RGB Percentages of Color #da902d

%53.56
%35.38
%11.06

CMYK Percentages of Color #da902d

%0
%34
%79
%15

Triadic Colors of #da902d

#da902d #2dda90 #902dda

Analogous Colors of #da902d

#da902d #ceda2d #da392d

Monochromatic Colors of #da902d

#da902d

Complementary Color

#da902d #2d77da

#da902d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da902d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da902d Color CSS Codes

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

#da902d Text Font Color

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

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


#da902d Background Color

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

This div background color is #da902d


#da902d Border Color

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

This div border color is #da902d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da902d


Comments

No comments written yet.

Please login to write comment.