Html Css Color HEX #DA963A Fire Bush

📋 copy color: '#DA963A'

red 218 ◦ green 150 ◦ blue 58

#DA963A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #DA963A

Tints of Fire Bush #DA963A

RGB

 RED value IS 218 (85.55% from 255) = 51.17%

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 51.17%
G = 35.21%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA963A (or 0xDA963A) is known color: Fire Bush. HEX triplet: DA, 96 and 3A. RGB value is (218,150,58). Sum of RGB (Red+Green+Blue) = 218+150+58=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963A is #2569C5. Grayscale: #A0A0A0. Windows color (decimal): -2451910 or 3839706. OLE color: 3839706.

HSL color Cylindrical-coordinate representation of color #DA963A: hue angle of 34.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA963A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 58 -
CMYK 0 0.31 0.73 0.15
HSL 34.5º 0.68% 0.54% -
HSV(B) 34.5º 0.73% 0.85% -
XYZ 40.58 37.02 9.01 -
YUV 159.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 218 150 58 0 0.31 0.73 0.15 34.5 0.68 0.54
Hex DA 96 3A 0 1F 49 F 22 44 36
Octal 332 226 72 0 37 111 17 42 104 66
Binary 11011010 10010110 111010 0 11111 1001001 1111 100010 1000100 110110

Color Harmonies of #DA963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA963A

Black with #DA963A

Text Example


Text Example

White with #DA963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA963A; }

 p { color: rgb(218,150,58); }

 H1.HeaderClassName
 {
   color: #DA963A;
 }
 .AnyTagClassName
 {
   color: #DA963A;
 }
</style>

background-color css

<style>
 a { background-color: #DA963A; }

 a { background-color: rgb(218,150,58); }

 div.DivClassName
 {
   background-color: #DA963A;
 }
 .BgClassName
 {
   background-color: #DA963A;
 }
</style>

border-color css

<style>
 span { border-color: #DA963A; }

 span { border-color: rgb(218,150,58); }

 td.TdClassName
 {
   border-color: #DA963A;
 }
 .TagClassName
 {
   border-color: #DA963A;
 }
</style>