Html Css Color HEX #DA963F Fire Bush

📋 copy color: '#DA963F'

red 218 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #DA963F

Tints of Fire Bush #DA963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.62%

R = 50.58%
G = 34.8%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA963F (or 0xDA963F) is known color: Fire Bush. HEX triplet: DA, 96 and 3F. RGB value is (218,150,63). Sum of RGB (Red+Green+Blue) = 218+150+63=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963F is #2569C0. Grayscale: #A0A0A0. Windows color (decimal): -2451905 or 4167386. OLE color: 4167386.

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

Color convert

RGB 218 150 63 -
CMYK 0 0.31 0.71 0.15
HSL 33.68º 0.68% 0.55% -
HSV(B) 33.68º 0.71% 0.85% -
XYZ 40.72 37.08 9.71 -
YUV 160.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 218 150 63 0 0.31 0.71 0.15 33.68 0.68 0.55
Hex DA 96 3F 0 1F 47 F 22 44 37
Octal 332 226 77 0 37 107 17 42 104 67
Binary 11011010 10010110 111111 0 11111 1000111 1111 100010 1000100 110111

Color Harmonies of #DA963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA963F

Black with #DA963F

Text Example


Text Example

White with #DA963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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