COLOR #DA9630

HEX: #DA9630
RGB: (218,150,48)

Color info

#DA9630 contains mainly red color. Web safe color of #DA9630 is #CC9933 (or #C93).

RGB color model

#DA9630 color RGB value is (218,150,48).

  • red value is 218;
  • green value is 150;
  • blue value is 48.
RGB:
(218,150,48)
(85%,59%,19%)

RGB channels and saturation

R 218 of 255 = 85%
G 150 of 255 = 59%
B 48 of 255 = 19%

218
150
48

R + G + B ~ 54%. #DA9630 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 150 + 48 = 416 (100%)
R 218 of 416 ~ 52.4%
G 150 of 416 ~ 36.06%
B 48 of 416 ~ 11.54%

%52.4
%36.06
%11.54

CMYK color model

#DA9630 color CMYK value is (0,31,78,15).

  • cyan value is 0.00%
  • magenta value is 31.19%
  • yellow value is 77.98%
  • key color value is 14.51%
CMYK:
(0,31,78,15)
C0M31Y78K15 
(0%,31%,78%,15%)
(0.00/0.31/0.78/0.15)	

CMYK percentages

%0
%31.19
%77.98
%14.51

Codes

Color #DA9630 in popluar color models

DA9630
RGB21815048
HSL36°69.67%52.16%
HSB/HSV36°77.98%85.49%
CMYK0.00%31.19%77.98%
14.51%

Color #DA9630 in popluar number systems.

HEXDA9630
Decimal21815048
Binary1101101010010110110000
Octal33222660

Shades and tints

Shades of #DA9630

#DA9630
(218,150,48)
#C7892C
(199,137,44)
#B47C28
(180,124,40)
#A16F24
(161,111,36)
#8E6220
(142,98,32)
#7B551C
(123,85,28)
#684818
(104,72,24)
#553B14
(85,59,20)
#422E10
(66,46,16)
#2F210C
(47,33,12)
#1C1408
(28,20,8)
#000000
(0,0,0)

Tints of #DA9630

#DA9630
(218,150,48)
#DD9F42
(221,159,66)
#E0A854
(224,168,84)
#E3B166
(227,177,102)
#E6BA78
(230,186,120)
#E9C38A
(233,195,138)
#ECCC9C
(236,204,156)
#EFD5AE
(239,213,174)
#F2DEC0
(242,222,192)
#F5E7D2
(245,231,210)
#F8F0E4
(248,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9630 color. Also use rgb(218,150,48) instead hex code.

Text Font Color

.myTextColor { color: #DA9630; }

<p style="color:#DA9630">This sample text font color is #DA9630.</p>

This text font color is #DA9630.


Background Color

.myBgColor { background-color: #DA9630; }

<div style="background-color:#DA9630">Inner text</div>

This div background color is #DA9630.


Border color

.myBorderColor { border: 1px solid #DA9630; }

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

This div border color is #DA9630.


Opacity

.myOpacity80 { color: #DA9630; opacity: 0.8; }

<p style="color:#DA9630;opacity:0.8;">80%</p>

Text with #DA9630 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DA9630;}

<p style="text-shadow: 3px 3px 1px #DA9630">Text here.</p>

This text has shadow with #DA9630 color.

.textShadow {text-shadow: 3px 3px 1px #DA9630, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DA9630, 5px 5px 20px red">Text here.</p>

This text has shadow with #DA9630 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DA9630, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DA9630, Direction=45, Strength=4)">Text</p>

This text has shadow with #DA9630 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DA9630;
  -webkit-box-shadow:	1px 1px 3px 2px #DA9630;
  box-shadow:		1px 1px 3px 2px #DA9630;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DA9630;
-webkit-box-shadow: 1px 1px 3px 2px #DA9630;
box-shadow:1px 1px 3px 2px #DA9630;">
Div content here</div>
This div box has shadow with color #DA9630.

Preview

Color preview on black background

This text has color #DA9630 on black background.


Color preview on white background

This text has color #DA9630 on white background.



Black color preview on #DA9630 background

This text has black color on #DA9630 background.


White color preview on #DA9630 background

This text has white color on #DA9630 background.