DA9100 Color Hex

#DA9100 Color Hex

#DA9100 Color Information

  • In the RGB color space, the color value #da9100 is composed of 85.49% red, 56.86% green, and 0% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.33 magenta, 1 yellow, and 0 black.
  • It has a color angle of 40 degrees, a saturation of 100%, and a luminance of 43%.
  • Contrast color of #da9100 is #000000

#DA9100 Color Conversion

Hex da9100 #da9100
RGB Decimal 218, 145, 0 rgb(218, 145, 0)
RGB Percent 85.49, 56.86, 0 rgb(85.49%, 56.86%, 0%)
HSL 40°,100%,43% hsl(40°,100%,43%)
CMYK 0, 0.33, 1, 37
HSV (or HSB) 40°, 11%, 11%,
YUV 150, 43, 175
XYZ 39.039, 35.156, 4.728
CIE-LAB 65.87, 18.78, 70.857

#da9100 border color

.css_border_solid{ border: 3px solid #da9100 }
.css_border_dotted{ border: 3px dotted #da9100 }
.css_border_dashed{ border: 3px dashed #da9100 }
.css_border_double{ border: 3px double #da9100 }

Css background gradient color with #DA9100

.box_css_gradient_with_da9100{ 
	background-color: #da9100;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da9100', endColorstr='#221700');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da9100), to(#221700));
	background-image: -webkit-linear-gradient(top, #da9100, #221700);
	background-image: -moz-linear-gradient(top, #da9100, #221700);
	background-image: -o-linear-gradient(top, #da9100, #221700);
	background-image: linear-gradient(to bottom, #da9100, #221700);}

#da9100 Color Preview on Black Background

Sample font with color #da9100 on background of color black

#da9100 Color Preview on White Background

Sample font with color #da9100 on background of color white

#da9100 background color

The sample font has a contrasting color to the color #da9100

Contrast color with #da9100 color is #000000